Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards 2025-10-24 02:00:04 -04:00
commit 46cb8d6637
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.5.304
1.5.305

View File

@ -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;