From c3d5a7b0d5d8aafbd13ef57147e0920c8410d1ef Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 23 Nov 1999 21:08:56 +0000 Subject: merge with anaconda-6-1-1-merge-2 --- balkan/dos.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'balkan') diff --git a/balkan/dos.c b/balkan/dos.c index 40410fadc..a0462dcb1 100644 --- a/balkan/dos.c +++ b/balkan/dos.c @@ -94,7 +94,8 @@ static int readNextTable(int fd, struct partitionTable * table, int nextNum, for (i = 0; i < 4; i++) { if (!singleTable.parts[i].size) continue; - if (singleTable.parts[i].type == DOSP_TYPE_EXTENDED) { + if (singleTable.parts[i].type == DOSP_TYPE_EXTENDED || + singleTable.parts[i].type == WINP_TYPE_EXTENDED) { if (gotExtended) return BALKAN_ERROR_BADTABLE; gotExtended = 1; -- cgit