BSD 3 development
[unix-history] / usr / src / cmd / dump.c
index b58ca76..77273d3 100644 (file)
@@ -407,7 +407,7 @@ char *ba;
 {
        register n;
 
 {
        register n;
 
-       lseek(fi, da*512, 0);
+       lseek(fi, da*BSIZE, 0);
        n = read(fi, ba, c);
        if(n != c)
                printf("asked %d; got %d\n", c, n);
        n = read(fi, ba, c);
        if(n != c)
                printf("asked %d; got %d\n", c, n);