mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtappbuilder: bil_store.c: don't return local variables
This commit is contained in:
parent
aa15240c22
commit
1e2bdf93a8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue