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

Fixed gcc warning

This commit is contained in:
alexpeshkoff 2008-03-17 09:08:14 +00:00
parent dec90ea146
commit 793091ff85

View File

@ -140,7 +140,7 @@ void SCL_check_access(const SecurityClass* s_class,
{
ERR_post(isc_no_priv, isc_arg_string, "(ACL unrecognized)",
isc_arg_string, "security_class",
isc_arg_string, s_class->scl_name,
isc_arg_string, s_class->scl_name.c_str(),
0);
}