mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 05:29:41 +01:00
GH #290: Unicode support
This commit is contained in:
@@ -1115,7 +1115,7 @@ void VarTest::testString()
|
||||
Poco::UInt64 s9;
|
||||
float s10;
|
||||
double s11;
|
||||
bool s12;
|
||||
bool s12 = false;
|
||||
char s13;
|
||||
a1.convert(s1);
|
||||
a1.convert(s2);
|
||||
|
||||
Reference in New Issue
Block a user