dtappbuilder: bil_store.c: don't return local variables
This commit is contained in:
@@ -606,7 +606,7 @@ bil_get_filename(
|
|||||||
ABObj module
|
ABObj module
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
char proj_dir[MAXPATHLEN]= "",
|
static char proj_dir[MAXPATHLEN]= "",
|
||||||
module_dir[MAXPATHLEN]= "",
|
module_dir[MAXPATHLEN]= "",
|
||||||
module_file[MAXPATHLEN]= "";
|
module_file[MAXPATHLEN]= "";
|
||||||
STRING proj_fullpath, mod_fullpath;
|
STRING proj_fullpath, mod_fullpath;
|
||||||
|
|||||||
Reference in New Issue
Block a user