Added the code for the -a option, which was missing (?!).
authorFrancois Fleuret <francois@fleuret.org>
Sun, 24 May 2009 09:54:57 +0000 (11:54 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 24 May 2009 09:54:57 +0000 (11:54 +0200)
selector.cc

index 8c17dc1..bd50899 100644 (file)
@@ -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) {