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

@@ -29,8 +29,8 @@ static off_t out_full, out_part, in_full, in_part;
static void dd_output_status(int ATTRIBUTE_UNUSED cur_signal)
{
fprintf(stderr, OFF_FMT"+"OFF_FMT" records in\n"
OFF_FMT"+"OFF_FMT" records out\n",
fprintf(stderr, "%"OFF_FMT"+%"OFF_FMT" records in\n"
"%"OFF_FMT"+%"OFF_FMT" records out\n",
in_full, in_part,
out_full, out_part);
}