diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2010-02-09 12:20:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2010-02-09 12:20:48 +0000 |
| commit | 256aec2de49fe4936ac114c15184f6e5d155adac (patch) | |
| tree | 510b94aa6577321f2af8016b2c77b6b79ccca121 | |
| parent | 5e4fd6c7986b5575c24b9e7315d65503a0ef29ad (diff) | |
Notes
| -rw-r--r-- | sbin/dumpfs/dumpfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index 6b17f232cda5..564635988837 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -413,7 +413,7 @@ marshal(const char *name) break; } /* -p..r unimplemented */ - printf("-s %jd ", (intmax_t)fs->fs_size); + printf("-s %jd ", (intmax_t)fsbtodb(fs, fs->fs_size)); printf("%s ", disk.d_name); printf("\n"); |
