mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Misc (to match an almost identical code elsewhere).
This commit is contained in:
parent
8a01a8ebd7
commit
0d71e5b00f
@ -991,8 +991,9 @@ ISC_STATUS GDS_DATABASE_INFO(ISC_STATUS* user_status,
|
|||||||
version.printf("%s/%s", GDS_VERSION, port->port_version->str_data);
|
version.printf("%s/%s", GDS_VERSION, port->port_version->str_data);
|
||||||
|
|
||||||
MERGE_database_info(temp_buffer, (UCHAR *) buffer, buffer_length,
|
MERGE_database_info(temp_buffer, (UCHAR *) buffer, buffer_length,
|
||||||
IMPLEMENTATION, 3, 1, (UCHAR*)(version.c_str()),
|
IMPLEMENTATION, 3, 1,
|
||||||
(UCHAR *) port->port_host->str_data, 0);
|
reinterpret_cast<const UCHAR*>(version.c_str()),
|
||||||
|
reinterpret_cast<const UCHAR*>(port->port_host->str_data), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (temp_buffer != temp) {
|
if (temp_buffer != temp) {
|
||||||
|
Loading…
Reference in New Issue
Block a user