2010-02-17 01:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbmysql/mysql.c
    ! Typo.
This commit is contained in:
Viktor Szakats
2010-02-17 00:42:40 +00:00
parent f26da299da
commit 583054be8f
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-02-17 01:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmysql/mysql.c
! Typo.
2010-02-17 01:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/xpp/dllx.c
* contrib/hbwin/hbdyn.c

View File

@@ -544,7 +544,7 @@ HB_FUNC( MYSQL_INSERT_ID )
MYSQL * mysql = hb_MYSQL_par( 1 );
if( mysql )
hb_retnint( mysql_insert_id( mysql );
hb_retnint( mysql_insert_id( mysql ) );
else
hb_errRT_BASE( EG_ARG, 2020, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
}