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:
Dave Pearson
2001-11-16 08:46:09 +00:00
parent 339594d093
commit 5deaef89bf
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-11-16 08:44 GMT Dave Pearson <davep@davep.org>
* source/compiler/gencobj.c
* Fixed core dump when using -o switch.
2001-11-16 07:19 GMT Dave Pearson <davep@davep.org>
* contrib/libct/print.c
* Marked uiPort as HB_SYMBOL_UNUSED for unsupported platforms in

View File

@@ -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;