X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/35ef9d158396dbf013a862dd8f830db64909826b..aad7213c7ebca96dff5f141e0e26a165eba4e6b8:/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); }