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

Fixed problem reported by Dmitry Kovalenko

This commit is contained in:
asfernandes 2007-11-16 23:18:00 +00:00
parent 95febf9ced
commit 1c544ad9a8

View File

@ -47,10 +47,10 @@ public:
{
if (cs1 == NULL)
{
cs1 = cs2;
charSet1 = cs2;
cnvt1 = cnvt2;
cs2 = NULL;
charSet2 = NULL;
cnvt2 = NULL;
}
}