From 08855b6eaceddaa4ffc15307b7a277a2a2c4999c Mon Sep 17 00:00:00 2001 From: Jacek Kubica Date: Tue, 23 Oct 2012 07:18:02 +0000 Subject: [PATCH] 2012-10-23 07:15 UTC+0200 Jacek Kubica (jkubica/at/wssk.wroc.pl) * contrib/hbfbird/firebird.c ! correction in FBFETCH() --- harbour/contrib/hbfbird/firebird.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/harbour/contrib/hbfbird/firebird.c b/harbour/contrib/hbfbird/firebird.c index cfce4f8ed8..9502b9f9ca 100644 --- a/harbour/contrib/hbfbird/firebird.c +++ b/harbour/contrib/hbfbird/firebird.c @@ -486,6 +486,10 @@ HB_FUNC( FBFETCH ) { hb_retnl( isc_sqlcode( status ) ); return; + } + else { + hb_retnl( -1 ); + return ; } }