forgot a continue.
authorceriel <none@none>
Thu, 12 Feb 1987 13:54:37 +0000 (13:54 +0000)
committerceriel <none@none>
Thu, 12 Feb 1987 13:54:37 +0000 (13:54 +0000)
util/led/main.c

index 3b7e237..1b39588 100644 (file)
@@ -424,7 +424,7 @@ complete_sections()
                        continue;
 
                outsect[sectindex].os_size += sect_comm[sectindex];
-               if (flagword & RFLAG)
+               if (flagword & RFLAG) continue;
                outsect[sectindex].os_lign =
                        tstbit(sectindex, lignmap) ? sect_lign[sectindex] : 1;
                if (tstbit(sectindex, basemap)) {