OFF_T_FMT -> OFF_FMT
This commit is contained in:
@ -2277,7 +2277,7 @@ add_partition(int n, int sys)
|
|||||||
if (start > limit)
|
if (start > limit)
|
||||||
break;
|
break;
|
||||||
if (start >= temp+units_per_sector && num_read) {
|
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;
|
temp = start;
|
||||||
num_read = 0;
|
num_read = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user