2009-09-23 00:13 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* contrib/hbmemio/memio.c
! fixed typo in hb_memfsDelete()
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-09-23 00:13 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
|
||||
* contrib/hbmemio/memio.c
|
||||
! fixed typo in hb_memfsDelete()
|
||||
|
||||
2009-09-22 22:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/global.mk
|
||||
! Typo
|
||||
|
||||
@@ -259,7 +259,7 @@ HB_MEMFS_EXPORT BOOL hb_memfsDelete( const char * szName )
|
||||
ULONG ulFile;
|
||||
|
||||
HB_MEMFSMT_LOCK
|
||||
if( ( ulFile = memfsInodeFind( szName, NULL ) ) != 0 )
|
||||
if( ( ulFile = memfsInodeFind( szName, NULL ) ) == 0 )
|
||||
{
|
||||
HB_MEMFSMT_UNLOCK
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user