OFF_T_FMT -> OFF_FMT

This commit is contained in:
Denis Vlasenko 2006-10-27 13:00:07 +00:00
parent 25d8062128
commit 82f9e28513

View File

@ -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;
}