2010-11-04 18:05 UTC+0200 Petr Chornyj (myorg63 at mail.ru)

* harbour/contrib/hbsqlit3/hbsqlit3.c
    ! Fixed last modification typo
This commit is contained in:
Petr Chornyj
2010-11-04 15:58:52 +00:00
parent e9180697b7
commit f1dc3346ec
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-11-04 18:05 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
* harbour/contrib/hbsqlit3/hbsqlit3.c
! Fixed last modification typo
2010-11-04 18:00 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
* harbour/contrib/hbsqlit3/hbsqlit3.c
* Protected sqlite3_sourceid() by SQLITE_VERSION_NUMBER

View File

@@ -540,7 +540,7 @@ HB_FUNC( SQLITE3_SOURCEID )
hb_retc( sqlite3_sourceid() );
#else
hb_retc_null();
#endif SQLITE_VERSION_NUMBER >= 3006018
#endif /* SQLITE_VERSION_NUMBER >= 3006018 */
}
/**