]> git.marmaro.de Git - mmh/blobdiff - uip/packf.c
* Red Hat Bug #253342: inc.c, utils.c, utils.h: When inc is run with the
[mmh] / uip / packf.c
index e074505701686b85b4728f7314899a5fff777dd4..9f9546670b1f80fa2b05698fb7f13cfdd5648cf7 100644 (file)
@@ -98,7 +98,7 @@ main (int argc, char **argv)
        if (*cp == '+' || *cp == '@') {
            if (folder)
                adios (NULL, "only one folder at a time!");
-           folder = path (cp + 1, *cp == '+' ? TFOLDER : TSUBCWF);
+           folder = pluspath (cp);
        } else
                app_msgarg(&msgs, cp);
     }