Fixed bug with labels

This commit is contained in:
ceriel 1995-11-07 10:37:59 +00:00
parent 0bf45ac757
commit 4565576021

View file

@ -50,7 +50,7 @@ chk_labels(Slevel)
struct lab *plab = df->lab_next;
while( plab ) {
if( plab->lb_level > 1 )
if( plab->lb_level == Slevel )
plab->lb_level--;
plab = plab->lb_next;
}