Fixed bug with labels
authorceriel <none@none>
Tue, 7 Nov 1995 10:37:59 +0000 (10:37 +0000)
committerceriel <none@none>
Tue, 7 Nov 1995 10:37:59 +0000 (10:37 +0000)
lang/pc/comp/label.c

index ee8d11d..0f0fe8a 100644 (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;
                        }