Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-21 21:00:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-21 21:00:34 +0400
commitd33b63c5d85db9a8632a3571048f2fcbf713740d (patch)
tree3485910533de74ddcd0748f5867933d4b86e7320 /source
parent22c68cd748257e63391e6b23b1d0b7e5895d3121 (diff)
update cmake checker to ignore file list and add some headers to the source list.
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/intern/bpy_rna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index b9af75834e0..c1c7e0ea740 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -1473,7 +1473,7 @@ static int pyrna_py_to_prop(PointerRNA *ptr, PropertyRNA *prop, void *data, PyOb
param= _PyUnicode_AsString(value);
}
#else // USE_STRING_COERCE
- param= _PyUnicode_AsStringSize(value);
+ param= _PyUnicode_AsString(value);
#endif // USE_STRING_COERCE
if (param==NULL) {