dtappbuilder: bil_store.c: don't return local variables
This commit is contained in:
parent
aa15240c22
commit
1e2bdf93a8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue