From: Magnus Jacobsson Date: Fri, 25 Sep 2020 06:08:03 +0000 (+0200) Subject: Fix edgepaint -o option X-Git-Tag: 2.46.0~20^2^2~55^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d4adf5d542e132cbdf1aa2b6a199958ff10ae3f;p=graphviz Fix edgepaint -o option --- diff --git a/cmd/edgepaint/edgepaintmain.c b/cmd/edgepaint/edgepaintmain.c index 3c19e11e4..99aa94522 100644 --- a/cmd/edgepaint/edgepaintmain.c +++ b/cmd/edgepaint/edgepaintmain.c @@ -114,7 +114,7 @@ static void init(int argc, char *argv[], real *angle, real *accuracy, char **inf *color_scheme = "lab"; *lightness = NULL; - while ((c = getopt(argc, argv, ":vc:a:s:r:l:o")) != -1) { + while ((c = getopt(argc, argv, ":vc:a:s:r:l:o:")) != -1) { switch (c) { case 's': *check_edges_with_same_endpoint = 1;