summaryrefslogtreecommitdiffstats
path: root/graphics/lcms-python/files/patch-python_lcms_wrap.cxx
blob: d0c5465786fc8d7e1efcf4be89ba8d50b300b735 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- python/lcms_wrap.cxx.orig	2009-10-13 14:48:08.000000000 +0400
+++ python/lcms_wrap.cxx	2009-10-13 14:48:48.000000000 +0400
@@ -2958,7 +2958,7 @@
 {
   if (PyString_Check(obj)) {
     char *cstr; Py_ssize_t len;
-    PyString_AsStringAndSize(obj, &cstr, &len);
+    PyString_AsStringAndSize(obj, &cstr, (Py_ssize_t *)&len);
     if (cptr)  {
       if (alloc) {
 	/* 
OpenPOWER on IntegriCloud