update syncscrollers.patch to changed render.c

This commit is contained in:
marschap
2007-04-28 22:04:10 +00:00
parent 0d6697503f
commit 4932109291
2 changed files with 74 additions and 68 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ render_frame(LinkedList *list,
for (i = 0; i < lines_required; i++) {
strncpy(str, &((w->text)[i * screen_width]), screen_width);
str[screen_width] = '\0';
drivers_string (w->left, w->top + i, str);
drivers_string(w->left, w->top + i, str);
}
}
else {