Update of /cvsroot/mahogany/M/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23833/src/Python
Modified Files:
PythonHelp.cpp
Log Message:
added msising c_str() call (thanks gcc)
Index: PythonHelp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/PythonHelp.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -b -u -2 -r1.39 -r1.40
--- PythonHelp.cpp 18 Sep 2004 22:06:52 -0000 1.39
+++ PythonHelp.cpp 19 Sep 2004 12:05:51 -0000 1.40
@@ -303,5 +303,5 @@
}
- ERRORMESSAGE((_("Calling Python function \"%s\" failed."), func));
+ ERRORMESSAGE((_("Calling Python function \"%s\" failed."), func.c_str()));
return false;
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates