Added the code for the -a option, which was missing (?!).
[selector.git] / 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) {