From: erg Date: Mon, 2 Aug 2010 20:38:06 +0000 (+0000) Subject: Fix bug in which -X#s is treated as -X#s- X-Git-Tag: LAST_LIBGRAPH~32^2~1237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ce1ba61b87c145209bae2d82f6d2401c38f5b5a;p=graphviz Fix bug in which -X#s is treated as -X#s- --- diff --git a/cmd/tools/ccomps.c b/cmd/tools/ccomps.c index 9df3677ec..77ad6a3a9 100644 --- a/cmd/tools/ccomps.c +++ b/cmd/tools/ccomps.c @@ -181,6 +181,8 @@ static void init(int argc, char *argv[]) optarg); } } + else + x_final = x_index; } else fprintf(stderr, "ccomps: number expected in -X%s flag - ignored\n",