2001-11-16 08:44 GMT Dave Pearson <davep@davep.org>
* source/compiler/gencobj.c
* Fixed core dump when using -o switch.
This commit is contained in:
@@ -165,7 +165,7 @@ void hb_compGenCObj( PHB_FNAME pFileName )
|
||||
if( hb_comp_pOutPath )
|
||||
{
|
||||
PHB_FNAME pOut = hb_fsFNameSplit( ( char * ) szFileName );
|
||||
char * pszTemp = "";
|
||||
char pszTemp[ _POSIX_PATH_MAX ] = "";
|
||||
|
||||
if( hb_comp_pOutPath->szPath )
|
||||
pOut->szPath = hb_comp_pOutPath->szPath;
|
||||
|
||||
Reference in New Issue
Block a user