From 13ea967cce4032564cfbbfe3010b538486f36524 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 1 Mar 2014 14:20:54 +1100 Subject: Code cleanup: correct abs use and quiet warnings --- source/blender/python/bmesh/bmesh_py_ops_call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python') diff --git a/source/blender/python/bmesh/bmesh_py_ops_call.c b/source/blender/python/bmesh/bmesh_py_ops_call.c index eef2e147736..f4fe1ede088 100644 --- a/source/blender/python/bmesh/bmesh_py_ops_call.c +++ b/source/blender/python/bmesh/bmesh_py_ops_call.c @@ -503,7 +503,7 @@ static int bpy_slot_from_py(BMesh *bm, BMOperator *bmop, BMOpSlot *slot, PyObjec { /* can't convert from these */ PyErr_Format(PyExc_NotImplementedError, - "This arguments mapping subtype %d is not supported", slot->slot_subtype); + "This arguments mapping subtype %d is not supported", slot->slot_subtype.map); return -1; } } -- cgit v1.2.3