X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a753601a3811c10e433dbb04d8211a3df4b99012..1524cb8c0b86a854149d7859d6a2503d61dbaa36:/uip/rcvstore.c diff --git a/uip/rcvstore.c b/uip/rcvstore.c index 7b15491f..4e14afbb 100644 --- a/uip/rcvstore.c +++ b/uip/rcvstore.c @@ -134,7 +134,7 @@ main (int argc, char **argv) if (folder) adios (NULL, "only one folder at a time!"); else - folder = path (cp + 1, *cp == '+' ? TFOLDER : TSUBCWF); + folder = pluspath (cp); } else { adios (NULL, "usage: %s [+folder] [switches]", invo_name); }