Same error as cptoqe

François.
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)
_______________________________________________
Qemacs-devel mailing list
Qemacs-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/qemacs-devel

Reply via email to