From 583054be8fdeb962b30f7caa6f11b674b4899c86 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 17 Feb 2010 00:42:40 +0000 Subject: [PATCH] 2010-02-17 01:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmysql/mysql.c ! Typo. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbmysql/mysql.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6d114802e0..0955e1b837 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbmysql/mysql.c b/harbour/contrib/hbmysql/mysql.c index 101e6dfb43..27e5354892 100644 --- a/harbour/contrib/hbmysql/mysql.c +++ b/harbour/contrib/hbmysql/mysql.c @@ -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 ); }