Remove extra newline output from old progress format

This commit is contained in:
Eric Fischer 2016-04-04 11:42:40 -07:00
parent 7b6cd2d0f4
commit 2fe841c6dc

View File

@ -1289,12 +1289,6 @@ void radix1(int *geomfds_in, int *indexfds_in, int inputs, int prefix, int split
}
}
if (nmerges != 1) {
if (!quiet) {
fprintf(stderr, "\n");
}
}
indexmap = mmap(NULL, indexst.st_size, PROT_READ, MAP_PRIVATE, indexfds[i], 0);
if (indexmap == MAP_FAILED) {
fprintf(stderr, "fd %lld, len %lld\n", (long long) indexfds[i], (long long) indexst.st_size);