X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fcql2pqf.c;h=d194da3f3bad471599012079c47297f7ba4ea514;hp=ba7c1a983afa9f9daf4e58258b1ef1601337dcd6;hb=b6aa93dcb5c07ed09b664c006b5f33b0135a0854;hpb=b9d525dc1bec0fb8da16a810f7115b656d4b328c diff --git a/util/cql2pqf.c b/util/cql2pqf.c index ba7c1a9..d194da3 100644 --- a/util/cql2pqf.c +++ b/util/cql2pqf.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ @@ -39,6 +39,7 @@ int main(int argc, char **argv) break; case 'r': reverse = 1; + break; case 'n': iterations = atoi(arg); break;