Fix objectSubClassIndexer bug

This commit is contained in:
Kurt Zeilenga 2002-08-29 18:05:49 +00:00
parent 864f05497e
commit ecfb311f8f

View File

@ -153,7 +153,7 @@ static int objectSubClassIndexer(
/* expand values */
for( i=0; i<noc; i++ ) {
int j;
ObjectClass *oc = oc_bvfind( &values[i] );
ObjectClass *oc = oc_bvfind( &ocvalues[i] );
if( oc == NULL || oc->soc_sups == NULL ) continue;
for( j=0; oc->soc_sups[j] != NULL; j++ ) {