Fix the scanning of the partition table (for the -a option)
authorhpa <hpa>
Tue, 28 Dec 2004 22:51:44 +0000 (22:51 +0000)
committerhpa <hpa>
Tue, 28 Dec 2004 22:51:44 +0000 (22:51 +0000)
dos/syslinux.c

index 3fbaee7..000b68c 100644 (file)
@@ -425,6 +425,7 @@ static void adjust_mbr(int device, int writembr, int set_active)
       } else {
        me->active = 0;
       }
+      me++;
     }
 
     if ( found < 1 ) {