8
0
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:
hvlad 2020-08-05 21:50:16 +03:00
parent 5f336a189e
commit 30c410892b

View File

@ -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();
}