mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:03:03 +01:00
Fixed my error
This commit is contained in:
parent
5f336a189e
commit
30c410892b
@ -120,7 +120,7 @@ void Routine::checkReload(thread_db* tdbb)
|
||||
string err;
|
||||
err.printf("Recompile of %s \"%s\" failed",
|
||||
getObjectType() == obj_udf ? "FUNCTION" : "PROCEDURE",
|
||||
getName().toString());
|
||||
getName().toString().c_str());
|
||||
|
||||
(Arg::Gds(isc_random) << Arg::Str(err)).raise();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user