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

Fixed the build.

This commit is contained in:
dimitr 2008-03-17 17:17:33 +00:00
parent ed25245303
commit 2c722e5854

View File

@ -10406,7 +10406,7 @@ void dsql_req::checkUnusedCTEs()
ERRD_post(isc_sqlerr, isc_arg_number, (SLONG) - 104,
isc_arg_gds, isc_dsql_cte_not_used,
isc_arg_string, ERR_cstring(cte_name->str_data), 0);
isc_arg_string, cte_name->str_data, 0);
}
}
}