2008-06-04 20:17 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbsqlit3/hbsqlit3.c
     ! Fix for GCC.
This commit is contained in:
Viktor Szakats
2008-06-04 18:18:24 +00:00
parent 4f9c1515ce
commit 253fa8e029
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-06-04 20:17 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbsqlit3/hbsqlit3.c
! Fix for GCC.
2008-06-04 20:12 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbcurl/hbcurl.c
* Minor.

View File

@@ -211,10 +211,14 @@ HB_FUNC( SQLITE3_TEMP_DIRECTORY )
if( hb_fsMkDir( pszDirName ) )
bResult = TRUE;
else
{
HB_TRACE(HB_TR_DEBUG, ("sqlite_temp_directory(): Can't create directory %s", pszDirName));
}
}
else
{
HB_TRACE(HB_TR_DEBUG, ("sqlite_temp_directory(): Directory doesn't exist %s", pszDirName));
}
}
if( bResult )