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:
@@ -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.
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user