Skip to content

Commit

Permalink
Update pswiggle.c
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWessel committed Dec 6, 2023
1 parent 5deb099 commit 18fc2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pswiggle.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static int parse (struct GMT_CTRL *GMT, struct PSWIGGLE_CTRL *Ctrl, struct GMT_O
n_errors++;
}
break;
case 'G': /* -G<fill>[+n][+p] */
case 'G': /* -G<fill>[+n][+p] (repeatable) */
j = 0; neg = pos = false;
if ((c = strstr (opt->arg, "+n+p")) || (c = strstr (opt->arg, "+p+n")) || (c = strstr (opt->arg, "+n")) || (c = strstr (opt->arg, "+p"))) { /* Gave +n and/or +p */
pp = 0; txt_a[0] = 0;
Expand Down

0 comments on commit 18fc2dc

Please sign in to comment.