opnsense-ports/graphics/lcms-python/files/patch-python_lcms_wrap.cxx
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
371 B
C++

--- 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) {
/*