diff options
Diffstat (limited to 'cpp/test/Ice/stringConverter/Client.cpp')
-rw-r--r-- | cpp/test/Ice/stringConverter/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/stringConverter/Client.cpp b/cpp/test/Ice/stringConverter/Client.cpp index 61b145a2539..cefc46bf01c 100644 --- a/cpp/test/Ice/stringConverter/Client.cpp +++ b/cpp/test/Ice/stringConverter/Client.cpp @@ -134,10 +134,10 @@ main(int argc, char* argv[]) Ice::setProcessWstringConverter(Ice::createUnicodeWstringConverter()); - string propValue = "Ice:createStringConverter iconv="; + string propValue = "Ice:createStringConverter"; if(useIconv && !useLocale) { - propValue += narrowEncoding + "," + wideEncoding; + propValue = " iconv=" + narrowEncoding + "," + wideEncoding; } propValue += " windows=28605"; |