dtappbuilder: bil_store.c: don't return local variables

This commit is contained in:
Jon Trulson 2014-04-06 16:59:56 -06:00
parent aa15240c22
commit 1e2bdf93a8
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ bil_get_filename(
ABObj module
)
{
char proj_dir[MAXPATHLEN]= "",
static char proj_dir[MAXPATHLEN]= "",
module_dir[MAXPATHLEN]= "",
module_file[MAXPATHLEN]= "";
STRING proj_fullpath, mod_fullpath;