mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Correction by Adriano
This commit is contained in:
parent
e5c449bf41
commit
14408ad443
@ -51,7 +51,7 @@ public:
|
||||
if (!m_string_len || !string)
|
||||
{
|
||||
m_string = empty_string;
|
||||
m_string_len = sizeof(empty_string);
|
||||
m_string_len = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user