Merge remote-tracking branch 'bp/master'

This commit is contained in:
Erwin Coumans
2017-01-23 16:47:07 -08:00

View File

@@ -2213,7 +2213,7 @@ b3PhysicsClientHandle sm = 0;
return NULL; return NULL;
} }
if (linkIndex < 0) { if (linkIndex < 0) {
PyErr_SetString(SpamError, "getLinkState failed; invalid jointIndex"); PyErr_SetString(SpamError, "getLinkState failed; invalid linkIndex");
return NULL; return NULL;
} }