2009-09-19 07:18 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/xhb/hboutdbg.c
    * casting for some very pedantic C compilers
This commit is contained in:
Przemyslaw Czerpak
2009-09-19 05:19:08 +00:00
parent 73bec3a94a
commit 241df5e4bd
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-19 07:18 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/xhb/hboutdbg.c
* casting for some very pedantic C compilers
2009-09-19 00:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* harbour-win-spec

View File

@@ -117,7 +117,7 @@ static void debugInit( void )
if( iFifoResult != EEXIST )
{
s_iXtermPid = execlp( "xterm", "xterm", "-T", szDebugTitle, "-e",
"cat", szDebugName, NULL );
"cat", szDebugName, ( char * ) NULL );
if( s_iXtermPid <= 0 )
{