Compare commits
3 Commits
2825b786b7
...
46cb8d6637
| Author | SHA1 | Date |
|---|---|---|
|
|
46cb8d6637 | |
|
|
dae6919d4f | |
|
|
017bdc6e48 |
|
|
@ -302,7 +302,7 @@ int GetNextLineNoNewline(char *delimiter)
|
|||
{
|
||||
char *newbuf;
|
||||
int testc;
|
||||
int nested = 0;
|
||||
static int nested = 0;
|
||||
int llen;
|
||||
|
||||
if (feof(infile)) return -1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue