commit | 5c7596058dedb99ab0fbe773cc7ac61a2ffe9fbf | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sat Oct 28 12:37:16 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sat Oct 28 12:37:16 2006 +0000 |
tree | 8fa1fa4abeb29eb5ca5829a084a07fae55bc679b | |
parent | 8c35d65c43216bb840326ac7476a180e2ae36fe9 [diff] [blame] |
ls: cleanup part 1
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 74f63a9..e47406b 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c
@@ -2277,7 +2277,7 @@ if (start > limit) break; if (start >= temp+units_per_sector && num_read) { - printf(_("Sector "OFF_FMT" is already allocated\n"), temp); + printf(_("Sector %"OFF_FMT" is already allocated\n"), temp); temp = start; num_read = 0; }