Compare commits
No commits in common. "dae6919d4facf745994f33c9fc0547ee1f9c1834" and "b371af9235219ef40865ed1987c8a693d1d57276" have entirely different histories.
dae6919d4f
...
b371af9235
|
|
@ -302,7 +302,7 @@ int GetNextLineNoNewline(char *delimiter)
|
|||
{
|
||||
char *newbuf;
|
||||
int testc;
|
||||
static int nested = 0;
|
||||
int nested = 0;
|
||||
int llen;
|
||||
|
||||
if (feof(infile)) return -1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue