Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv23144/src/util

Modified Files:
        strutil.cpp 
Log Message:
compilation fixes after Unicode fixes

Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.120
retrieving revision 1.121
diff -b -u -2 -r1.120 -r1.121
--- strutil.cpp 12 Oct 2003 01:41:21 -0000      1.120
+++ strutil.cpp 12 Oct 2003 11:42:48 -0000      1.121
@@ -208,12 +208,4 @@
 }
 
-char *
-strutil_strdup(const char *in)
-{
-   char *cptr = new char[strlen(in)+1];
-   strcpy(cptr,in);
-   return cptr;
-}
-
 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

Reply via email to