Update of /cvsroot/mahogany/M/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14107/src/Python
Modified Files:
InitPython.cpp
Log Message:
harmless warning fix for Python 2.3
Index: InitPython.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/InitPython.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -b -u -2 -r1.42 -r1.43
--- InitPython.cpp 18 Sep 2004 22:06:52 -0000 1.42
+++ InitPython.cpp 16 Apr 2005 15:42:13 -0000 1.43
@@ -162,5 +162,5 @@
if ( !startScript.empty() )
{
- PyObject *moduleInit = PyImport_ImportModule(startScript);
+ PyObject *moduleInit = PyImport_ImportModule((char
*)startScript.mb_str());
if ( !CheckPyError() || !moduleInit )
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates