projects
/
project
/
firmware-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41339a6
)
fix x86 boot filesystem allocation (#1736)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 May 2007 18:15:11 +0000
(18:15 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 May 2007 18:15:11 +0000
(18:15 +0000)
SVN-Revision: 7312
src/ptgen.c
patch
|
blob
|
history
diff --git
a/src/ptgen.c
b/src/ptgen.c
index ce93016667e1715457650f5bb34224ccdcc5abe1..8733e252cb785610015ae2b227196662e9700dd0 100644
(file)
--- a/
src/ptgen.c
+++ b/
src/ptgen.c
@@
-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);