X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/35ef9d158396dbf013a862dd8f830db64909826b..2fc70e8bf64ead869fce76abb74f04bf1af94923:/uip/fmttest.c diff --git a/uip/fmttest.c b/uip/fmttest.c index e5323e64..d5d47318 100644 --- a/uip/fmttest.c +++ b/uip/fmttest.c @@ -270,8 +270,7 @@ main (int argc, char **argv) if (mode == MESSAGE && !files && (*cp == '+' || *cp == '@')) { if (folder) adios (NULL, "only one folder at a time!"); - else - folder = pluspath (cp); + folder = pluspath (cp); } else app_msgarg(&msgs, cp); }