Man page: Move the description of --info=progress2 to a better place.
[rsync/rsync.git] / token.c
diff --git a/token.c b/token.c
index abc0ef5..75d2b17 100644 (file)
--- a/token.c
+++ b/token.c
@@ -192,6 +192,8 @@ void set_compression(const char *fname)
                return;
 
        while (1) {
+               if (isUpper(&ltr))
+                       ltr = toLower(&ltr);
                while (node->letter != ltr) {
                        if (node->letter > ltr)
                                return;