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

Correction by Adriano

This commit is contained in:
hvlad 2009-02-10 09:01:19 +00:00
parent e5c449bf41
commit 14408ad443

View File

@ -51,7 +51,7 @@ public:
if (!m_string_len || !string)
{
m_string = empty_string;
m_string_len = sizeof(empty_string);
m_string_len = 0;
}
}