From: Dennis Schafroth Date: Wed, 4 Nov 2009 12:55:24 +0000 (+0100) Subject: Added break in reverse/'r' option check, or it would scan for iteration number. X-Git-Tag: v3.0.51~23 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=8007b02f1f71539935da4895cea16fac3422e64c;hp=6e3d70edfadd110351b71466c51632e288e31773 Added break in reverse/'r' option check, or it would scan for iteration number. --- diff --git a/util/cql2pqf.c b/util/cql2pqf.c index ba7c1a9..edf9931 100644 --- a/util/cql2pqf.c +++ b/util/cql2pqf.c @@ -39,6 +39,7 @@ int main(int argc, char **argv) break; case 'r': reverse = 1; + break; case 'n': iterations = atoi(arg); break;