updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / gfsm / gfsmAutomatonIO.patch
blobd340659388562f2f6c2c61f92b0d4ddef4ef09f6
1 --- gfsmAutomatonIO.c 2010-09-13 11:07:19.350093264 +0200
2 +++ gfsmAutomatonIO.c.new 2010-09-13 11:07:29.653426624 +0200
3 @@ -521,7 +521,7 @@
4 gpointer key;
5 gboolean rc = TRUE;
7 - extern int getline(char **, size_t *, FILE *);
8 + //extern int getline(char **, size_t *, FILE *);
9 for (lineno=1; rc && gfsmio_getline(ioh,&buf,&buflen) > 0; ++lineno) {
10 b1 = b2 = b3 = b4 = b5 = end = NULL;
11 short int nfields = 0;