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:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user