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