commit | d61ca79ff48393d9f47c80c7ae52c51b51d91d0f | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Dec 23 15:42:35 2015 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Dec 28 11:48:27 2015 -0500 |
tree | c27cfd2f6bc7d58bb299cd2e5e5914c8c4ce7980 | |
parent | 82f327976865ba151153a04b584fc5d0a1fc5d9b [diff] |
block: Report drive->sectors using "%u" instead of "%d" The sector count is a 64bit number that is often reported as a 32bit number (due to limitations in dprintf). Consistently use "%u" reporting to avoid confusing negative numbers. Reported-by: Tobias Diedrich <tobiasdiedrich@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>