From 2fe841c6dc207e690c31440e8d11236e56904123 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Mon, 4 Apr 2016 11:42:40 -0700 Subject: [PATCH] Remove extra newline output from old progress format --- geojson.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/geojson.c b/geojson.c index 987455c..cfa5fd7 100644 --- a/geojson.c +++ b/geojson.c @@ -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);