Skip to content

Commit 54710ca

Browse files
committed
Make the -p option on tile-count-merge work
1 parent 5e2c1bf commit 54710ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergetool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ int main(int argc, char **argv) {
2424
size_t cpus = sysconf(_SC_NPROCESSORS_ONLN);
2525

2626
int i;
27-
while ((i = getopt(argc, argv, "o:s:q")) != -1) {
27+
while ((i = getopt(argc, argv, "o:s:qp:")) != -1) {
2828
switch (i) {
2929
case 's':
3030
zoom = atoi(optarg);

0 commit comments

Comments
 (0)