[PATCH] Fix jistoqe build
François Revol <[email protected]> Mon, 06 Jan 2014 12:22:54 +0100
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Same error as cptoqe François. _______________________________________________ Qemacs-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/qemacs-devel
qemacs-jistoqe.diff
(text/x-patch, 728 B)
Index: jistoqe.c
===================================================================
RCS file: /sources/qemacs/qemacs/jistoqe.c,v
retrieving revision 1.4
diff -u -r1.4 jistoqe.c
--- jistoqe.c 22 Apr 2008 08:11:56 -0000 1.4
+++ jistoqe.c 6 Jan 2014 11:21:58 -0000
@@ -25,7 +25,7 @@
#include "cutils.h"
-static char *getline(char *buf, int buf_size, FILE *f, int strip_comments)
+static char *getaline(char *buf, int buf_size, FILE *f, int strip_comments)
{
for (;;) {
char *str;
@@ -77,7 +77,7 @@
b2_max = 0;
nb = 0;
for (;;) {
- if (!getline(line, sizeof(line), *fp, 1))
+ if (!getaline(line, sizeof(line), *fp, 1))
break;
p = line;
if (is_jis208)