diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ab96804b84..381e9a6a4c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-22 00:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbmysql/mysql.c + ! Fixed GCC warning. + 2008-06-21 23:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c - Removed HB_NOSTARTUPWINDOW link time GTWVT window diff --git a/harbour/contrib/hbmysql/mysql.c b/harbour/contrib/hbmysql/mysql.c index 1f259e2bb9..2f2b6f624c 100644 --- a/harbour/contrib/hbmysql/mysql.c +++ b/harbour/contrib/hbmysql/mysql.c @@ -310,7 +310,7 @@ static char * filetoBuff( char * fname, int * size ) hb_fsClose( handle ); } else - *size = NULL; + *size = 0; return buffer; }