From 4a1a9b8d04a9f59cec4e4ca71dd3b4bf93a84f43 Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 28 Dec 2004 22:51:44 +0000 Subject: [PATCH] Fix the scanning of the partition table (for the -a option) --- dos/syslinux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dos/syslinux.c b/dos/syslinux.c index 3fbaee7..000b68c 100644 --- a/dos/syslinux.c +++ b/dos/syslinux.c @@ -425,6 +425,7 @@ static void adjust_mbr(int device, int writembr, int set_active) } else { me->active = 0; } + me++; } if ( found < 1 ) { -- 2.7.4