Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
blender
blender-2.48-python64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File blender-2.48-python64.patch of Package blender
diff -uNr old-blender-2.48/source/gameengine/Expressions/Value.cpp blender-2.48/source/gameengine/Expressions/Value.cpp --- source/gameengine/Expressions/Value.cpp 2008-10-14 19:44:17.000000000 +0200 +++ source/gameengine/Expressions/Value.cpp 2008-10-15 09:35:14.000000000 +0200 @@ -711,8 +711,8 @@ CListValue* listval = new CListValue(); bool error = false; - int i; - int numitems = PyList_Size(pyobj); + Py_ssize_t i; + Py_ssize_t numitems = PyList_Size(pyobj); for (i=0;i<numitems;i++) { PyObject* listitem = PyList_GetItem(pyobj,i); /* borrowed ref */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor