X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fcql2pqf.c;h=d194da3f3bad471599012079c47297f7ba4ea514;hb=e7e9d6ab325472e8f103409f34ba853cdb314f2e;hp=ba7c1a983afa9f9daf4e58258b1ef1601337dcd6;hpb=b9d525dc1bec0fb8da16a810f7115b656d4b328c;p=yaz-moved-to-github.git 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;