Ticket #8547: convbdf-gcc2.diff
File convbdf-gcc2.diff, 518 bytes (added by , 18 years ago) |
---|
-
tools/convbdf.c
diff -aur trunk-orig/tools/convbdf.c trunk/tools/convbdf.c
old new 725 725 int gen_c_source(struct font* pf, char *path) 726 726 { 727 727 FILE *ofp; 728 int i;728 int h, i; 729 729 int did_defaultchar = 0; 730 730 int did_syncmsg = 0; 731 731 time_t t = time(0); … … 815 815 fprintf(ofp, "+\n"); 816 816 817 817 x = 0; 818 inth = height;818 h = height; 819 819 while (h > 0) { 820 820 if (x == 0) fprintf(ofp, " |"); 821 821