Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv12564/src/util
Modified Files:
strutil.cpp
Log Message:
unicode fixes
Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.119
retrieving revision 1.120
diff -b -u -2 -r1.119 -r1.120
--- strutil.cpp 3 Oct 2003 15:11:21 -0000 1.119
+++ strutil.cpp 12 Oct 2003 01:41:21 -0000 1.120
@@ -200,4 +200,12 @@
}
+wxChar *
+strutil_strdup(const wxChar *in)
+{
+ wxChar *cptr = new wxChar[strlen(in)+1];
+ wxStrcpy(cptr,in);
+ return cptr;
+}
+
char *
strutil_strdup(const char *in)
@@ -208,5 +216,5 @@
}
-char *
+wxChar *
strutil_strdup(String const &in)
{
-------------------------------------------------------
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