X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b02e66544edc7947731a7758ab4da8e6d81779c3..bddd9ca00cd2e2e73aded115a59614af3a74a6cb:/uip/rcvstore.c diff --git a/uip/rcvstore.c b/uip/rcvstore.c index e9654b48..660d7cee 100644 --- a/uip/rcvstore.c +++ b/uip/rcvstore.c @@ -123,8 +123,7 @@ main (int argc, char **argv) if (*cp == '+' || *cp == '@') { if (folder) adios (NULL, "only one folder at a time!"); - else - folder = pluspath (cp); + folder = pluspath (cp); } else { adios (NULL, "usage: %s [+folder] [switches]", invo_name); }