2008-06-22 00:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbmysql/mysql.c
     ! Fixed GCC warning.
This commit is contained in:
Viktor Szakats
2008-06-21 23:01:00 +00:00
parent 3325a0ed81
commit 4194bde009
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -310,7 +310,7 @@ static char * filetoBuff( char * fname, int * size )
hb_fsClose( handle );
}
else
*size = NULL;
*size = 0;
return buffer;
}