ls: cleanup part 1

This commit is contained in:
Denis Vlasenko
2006-10-28 12:37:16 +00:00
parent 8c35d65c43
commit 5c7596058d
8 changed files with 191 additions and 281 deletions

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_FMT" is already allocated\n"), temp);
printf(_("Sector %"OFF_FMT" is already allocated\n"), temp);
temp = start;
num_read = 0;
}