projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e3d70e
)
Added break in reverse/'r' option check, or it would scan for iteration number.
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 4 Nov 2009 12:55:24 +0000
(13:55 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 4 Nov 2009 12:55:24 +0000
(13:55 +0100)
util/cql2pqf.c
patch
|
blob
|
history
diff --git
a/util/cql2pqf.c
b/util/cql2pqf.c
index
ba7c1a9
..
edf9931
100644
(file)
--- 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;