summaryrefslogtreecommitdiff
path: root/partx/dos.c
diff options
context:
space:
mode:
Diffstat (limited to 'partx/dos.c')
-rw-r--r--partx/dos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/partx/dos.c b/partx/dos.c
index ebc4ce0a..f962f376 100644
--- a/partx/dos.c
+++ b/partx/dos.c
@@ -44,7 +44,7 @@ read_extended_partition(int fd, struct partition *ep,
if (++loopct > 100)
return n;
- bp = getblock(fd, here);
+ bp = getblock(fd, here * ssf); /* in 512 blocks */
if (bp == NULL)
return n;