1
0
Fork 0
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:
Jon Trulson 2014-04-06 16:59:56 -06:00
parent aa15240c22
commit 1e2bdf93a8

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;