X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1e18bf0ab892a2ae9d3151c248b652898f7d7116..2fc70e8bf64ead869fce76abb74f04bf1af94923:/uip/rmf.c diff --git a/uip/rmf.c b/uip/rmf.c index cede3b09..5450fd69 100644 --- a/uip/rmf.c +++ b/uip/rmf.c @@ -72,8 +72,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); }