OFF_T_FMT -> OFF_FMT
This commit is contained in:
parent
25d8062128
commit
82f9e28513
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user