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