Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv18637/src/util
Modified Files:
strutil.cpp
Log Message:
Removed Unicode fix that is obviously wrong, but how can it be corrected?
Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.124
retrieving revision 1.125
diff -b -u -2 -r1.124 -r1.125
--- strutil.cpp 13 Oct 2003 00:41:14 -0000 1.124
+++ strutil.cpp 16 Oct 2003 10:28:08 -0000 1.125
@@ -832,5 +832,5 @@
if(rc)
{
- return wxChar(output.data);
+ return output.data;
}
return _T("");
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates