mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 21:32:58 +00:00
MFC r316742:
Clarify units for mediasize and sectorsize in DoFile(..) They're byte quantities.
This commit is contained in:
parent
9a83895417
commit
d4b943f26c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=319306
@ -480,8 +480,8 @@ DoFile(const char *savedir, const char *device)
|
||||
}
|
||||
|
||||
if (verbose) {
|
||||
printf("mediasize = %lld\n", (long long)mediasize);
|
||||
printf("sectorsize = %u\n", sectorsize);
|
||||
printf("mediasize = %lld bytes\n", (long long)mediasize);
|
||||
printf("sectorsize = %u bytes\n", sectorsize);
|
||||
}
|
||||
|
||||
lasthd = mediasize - sectorsize;
|
||||
|
Loading…
Reference in New Issue
Block a user