Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv3800/include
Modified Files:
Munix.h sysutil.h
Log Message:
more Unicode fixes
Index: Munix.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Munix.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- Munix.h 22 Aug 1998 23:19:00 -0000 1.5
+++ Munix.h 12 Sep 2002 02:36:48 -0000 1.6
@@ -16,5 +16,5 @@
/// under Unix it's quite simple
-#define IsAbsPath(path) (((const char *)path)[0] == '/')
+#define IsAbsPath(path) (((const wxChar *)path)[0] == '/')
#endif
Index: sysutil.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/sysutil.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- sysutil.h 17 Feb 1999 21:00:59 -0000 1.6
+++ sysutil.h 12 Sep 2002 02:36:48 -0000 1.7
@@ -61,5 +61,5 @@
if ( remove(m_name) != 0 )
{
- wxLogDebug("Stale temp file '%s' left.", m_name.c_str());
+ wxLogDebug(_T("Stale temp file '%s' left."), m_name.c_str());
}
}
-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates