8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 03:23:03 +01:00

Correction.

This commit is contained in:
dimitr 2010-03-10 18:43:38 +00:00
parent e26e17c00e
commit 3004534e27

View File

@ -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];