From 241df5e4bd972f7eeec48aad6789afa6c63609ac Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Sat, 19 Sep 2009 05:19:08 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 4 ++++ harbour/contrib/xhb/hboutdbg.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d7fb29a4e1..f07473e424 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/xhb/hboutdbg.c b/harbour/contrib/xhb/hboutdbg.c index 3b212b7604..b1eeb1d68c 100644 --- a/harbour/contrib/xhb/hboutdbg.c +++ b/harbour/contrib/xhb/hboutdbg.c @@ -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 ) {