mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 03:23:03 +01:00
Correction.
This commit is contained in:
parent
e26e17c00e
commit
3004534e27
@ -337,7 +337,7 @@ void FUN_evaluate(thread_db* tdbb, UserFunction* function, jrd_nod* node, impure
|
||||
{
|
||||
Firebird::status_exception::raise(Arg::Gds(isc_funnotdef) <<
|
||||
Arg::Str(function->fun_name) <<
|
||||
Arg::Gds(isc_modnotfound);
|
||||
Arg::Gds(isc_modnotfound));
|
||||
}
|
||||
|
||||
UDF_ARG args[MAX_UDF_ARGUMENTS + 1];
|
||||
|
Loading…
Reference in New Issue
Block a user