Skip to content

Commit 44b5983

Browse files
committed
Minor fix
1 parent 283a70a commit 44b5983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mapcache_detail/mapcache_detail.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ int main(int argc, char * argv[])
13941394
double progz = (double)(iz - minzoom) * incz;
13951395
double progx = (double)(ix - db_region_bbox.minx) * incx;
13961396
double progy = (double)(iy - db_region_bbox.miny) * incy;
1397-
fprintf(stderr, "\033[2K In progress (z:%d x:%d y:%d): %.3f%% done\n",
1397+
fprintf(stderr, "\033[2K In progress (z:%d x:%d y:%d): %.3f%% done\r",
13981398
iz, ix, iy, (progz + progx + progy) * 100.0);
13991399
fflush(stderr);
14001400
}

0 commit comments

Comments
 (0)