X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Fmain.c;h=3a371b13ad245e290d04592f6fce524c56116781;hp=3c56b84cfb43a82330b7539c445d873b393cef8c;hb=2e6828953e9c505e76a17eec441fc714c6579922;hpb=5c72971393d377baf4a69c100d6012800f2297b9 diff --git a/dump/main.c b/dump/main.c index 3c56b84..3a371b1 100644 --- a/dump/main.c +++ b/dump/main.c @@ -40,7 +40,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.10 1999/12/17 10:14:59 tiniou Exp $"; + "$Id: main.c,v 1.11 2000/01/07 19:24:04 tiniou Exp $"; #endif /* not lint */ #include @@ -514,7 +514,7 @@ main(int argc, char *argv[]) } if (sizest) { - printf("%ld\n", tapesize + 10); + printf("%.0f\n", ((double)tapesize + 10) * TP_BSIZE); exit(X_FINOK); } /* stop here for size estimate */