From: Francois Fleuret Date: Sun, 24 May 2009 09:54:57 +0000 (+0200) Subject: Added the code for the -a option, which was missing (?!). X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=c132a9e079b9acabfdc5737ff54ba2be6931a769 Added the code for the -a option, which was missing (?!). --- diff --git a/selector.cc b/selector.cc index 8c17dc1..bd50899 100644 --- 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) {