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 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ int _status_get_vec(int i)
if( ! vStatusVec )
{
return NULL;
return -1;
}
return Vec_IntEntry( vStatusVec, i );