On Wed, 24 May 2006, Nikolay Logvinov wrote:
Hello, Karel!
Look at the following patch:
--- orig/orb/codeset.cc
+++ mod/orb/codeset.cc
@@ -719,7 +720,7 @@
char _f[flen+1];
#else
CORBA::String_var _f;
- if (_from->codepoint_size() != 1)
+ //if (_from->codepoint_size() != 1)
_f = CORBA::string_alloc (flen);
#endif
I suppose that the special case below for the simple codesets must be follow,
but nothing. So, I commented out condition operator.
Hi Nikolay,
yes, the code as it is now looks quite buggy. What do you see when you use
IBM's C++ on AIX? Does the code crash as I assume it should? What do you
see when you run demo/codesets?
Thanks,
Karel
--
Karel Gardas [EMAIL PROTECTED]
ObjectSecurity Ltd. http://www.objectsecurity.com
_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel