X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0509728c8a506f287fa3483d8e8ffaf8fb66d41d..2fc70e8bf64ead869fce76abb74f04bf1af94923:/uip/mhlist.c?ds=sidebyside diff --git a/uip/mhlist.c b/uip/mhlist.c index a467a528..0f9a51ee 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -227,8 +227,7 @@ do_cache: if (*cp == '+' || *cp == '@') { if (folder) adios (NULL, "only one folder at a time!"); - else - folder = pluspath (cp); + folder = pluspath (cp); } else app_msgarg(&msgs, cp); }