diff --git a/VERSION b/VERSION index bfd53ed..e9d57bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.304 +1.5.305 diff --git a/base/netfile.c b/base/netfile.c index e380777..539c372 100644 --- a/base/netfile.c +++ b/base/netfile.c @@ -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;