buffer is compared with cp, and so needs to be changed to unsigned too.
[mmh] / uip / rcvstore.c
index 7b15491..4e14afb 100644 (file)
@@ -134,7 +134,7 @@ main (int argc, char **argv)
            if (folder)
                adios (NULL, "only one folder at a time!");
            else
-               folder = path (cp + 1, *cp == '+' ? TFOLDER : TSUBCWF);
+               folder = pluspath (cp);
        } else {
            adios (NULL, "usage: %s [+folder] [switches]", invo_name);
        }