mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
Fixed problem with error reporting.
This commit is contained in:
parent
2dda8b3d6d
commit
a7dfa5de94
@ -42,7 +42,7 @@
|
||||
*
|
||||
*/
|
||||
/*
|
||||
$Id: exe.cpp,v 1.49 2003-04-10 06:49:11 aafemt Exp $
|
||||
$Id: exe.cpp,v 1.50 2003-04-13 13:22:23 dimitr Exp $
|
||||
*/
|
||||
|
||||
#include "firebird.h"
|
||||
@ -2040,7 +2040,7 @@ static JRD_NOD looper(TDBB tdbb, JRD_REQ request, JRD_NOD in_node)
|
||||
while(TRUE) {
|
||||
if (!savepoint || !(savepoint->sav_flags & SAV_user))
|
||||
ERR_post(gds_invalid_savepoint,
|
||||
gds_arg_number, (SLONG) node->nod_arg[e_sav_name], 0);
|
||||
gds_arg_string, (TEXT*) node->nod_arg[e_sav_name], 0);
|
||||
|
||||
if (!strcmp((TEXT*)node->nod_arg[e_sav_name],(TEXT*)savepoint->sav_name))
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user