top: batch mode should output all processes

This commit is contained in:
Denis Vlasenko
2006-10-27 09:34:22 +00:00
parent b54b208d90
commit 25d8062128
2 changed files with 5 additions and 9 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 %llu is already allocated\n"), (unsigned long long)temp);
printf(_("Sector "OFF_T_FMT" is already allocated\n"), temp);
temp = start;
num_read = 0;
}