dtappbbuilder: Resolve GCC 10 errors about multiple definitions of global variables

This commit is contained in:
Peter Howkins
2020-11-23 23:40:45 +00:00
parent e1196cdfec
commit 361b8f1456
6 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@
#include "bilP.h"
BIL_LOAD_INFO bilP_load;
char Buf[MAXPATHLEN];
static char Buf[MAXPATHLEN];
/*
* Read a BIL file into memory. Returns a project node.