Skip to content
Snippets Groups Projects
Commit ecfb311f authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix objectSubClassIndexer bug

parent 864f0549
Branches
Tags
No related merge requests found
......@@ -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++ ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment