projects
/
selector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77463ae
)
Added the code for the -a option, which was missing (?!).
author
Francois Fleuret
<francois@fleuret.org>
Sun, 24 May 2009 09:54:57 +0000
(11:54 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sun, 24 May 2009 09:54:57 +0000
(11:54 +0200)
selector.cc
patch
|
blob
|
history
diff --git
a/selector.cc
b/selector.cc
index
8c17dc1
..
bd50899
100644
(file)
--- a/
selector.cc
+++ b/
selector.cc
@@
-714,6
+714,8
@@
int main(int argc, char **argv) {
}
else if(strcmp(argv[i], "-a") == 0) {
+ case_sensitive = 1;
+ i++;
}
else if(strcmp(argv[i], "-t") == 0) {