Added Python API status_get_vector() similar to cex_get_vector().

This commit is contained in:
Alan Mishchenko
2013-09-04 17:37:26 -07:00
parent 63e165bc5f
commit 6570fe145c
+1 -1
View File
@@ -267,7 +267,7 @@ int _status_get_vec(int i)
if( ! vStatusVec )
{
return NULL;
return -1;
}
return Vec_IntEntry( vStatusVec, i );