fix x86 boot filesystem allocation (#1736)

SVN-Revision: 7312
This commit is contained in:
Felix Fietkau
2007-05-23 18:15:11 +00:00
parent 90880f12f5
commit b71b54bb25
3 changed files with 6 additions and 5 deletions

View File

@@ -140,8 +140,8 @@ static int gen_ptable(int nr)
if (verbose)
fprintf(stderr, "Partition %d: start=%ld, end=%ld, size=%ld\n", i, (long) start * 512, ((long) start + (long) len) * 512, (long) len * 512);
printf("%ld\n", ((long) start * 512));
printf("%ld\n", ((long) len * 512));
}
printf("%ld\n", ((long) (start + len) * 512));
if ((fd = open(filename, O_WRONLY|O_CREAT, 0644)) < 0) {
fprintf(stderr, "Can't open output file '%s'\n",filename);