projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d8062
)
OFF_T_FMT -> OFF_FMT
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 27 Oct 2006 13:00:07 +0000
(13:00 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 27 Oct 2006 13:00:07 +0000
(13:00 -0000)
util-linux/fdisk.c
patch
|
blob
|
history
diff --git
a/util-linux/fdisk.c
b/util-linux/fdisk.c
index 4749c1bd8ecda2c38e903f4dd95e469aa5801303..74f63a957374f27696288109fa826f1f0cf1bf0d 100644
(file)
--- a/
util-linux/fdisk.c
+++ b/
util-linux/fdisk.c
@@
-2277,7
+2277,7
@@
add_partition(int n, int sys)
if (start > limit)
break;
if (start >= temp+units_per_sector && num_read) {
- printf(_("Sector "OFF_
T_
FMT" is already allocated\n"), temp);
+ printf(_("Sector "OFF_FMT" is already allocated\n"), temp);
temp = start;
num_read = 0;
}