Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > a52b887c4712d76a3f0e0c664331dbe3 > files > 3

capisuite-0.4.5-5mdv2010.0.src.rpm

--- src/application/pythonscript.cpp.orig	2008-04-17 09:33:52.000000000 -0400
+++ src/application/pythonscript.cpp	2008-04-17 09:35:07.000000000 -0400
@@ -99,7 +99,7 @@
 			if ( !(py_traceback=cStringIO->cgetvalue(catch_stderr)) )
 				throw ApplicationError("unable to get traceback","PythonScript::run()");
 			
-			int length;
+			Py_ssize_t length;
 			char *traceback;
 			if (PyString_AsStringAndSize(py_traceback, &traceback, &length))
 				throw ApplicationError("unable to convert traceback to char*","PythonScript::run()");