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

Misc (to match an almost identical code elsewhere).

This commit is contained in:
robocop 2007-06-24 08:53:51 +00:00
parent 8a01a8ebd7
commit 0d71e5b00f

View File

@ -991,8 +991,9 @@ ISC_STATUS GDS_DATABASE_INFO(ISC_STATUS* user_status,
version.printf("%s/%s", GDS_VERSION, port->port_version->str_data);
MERGE_database_info(temp_buffer, (UCHAR *) buffer, buffer_length,
IMPLEMENTATION, 3, 1, (UCHAR*)(version.c_str()),
(UCHAR *) port->port_host->str_data, 0);
IMPLEMENTATION, 3, 1,
reinterpret_cast<const UCHAR*>(version.c_str()),
reinterpret_cast<const UCHAR*>(port->port_host->str_data), 0);
}
if (temp_buffer != temp) {