The existence of the profile entry Path is already enforced by context_read().
[mmh] / uip / rcvstore.c
index a120c66..5ed378a 100644 (file)
@@ -144,9 +144,6 @@ main(int argc, char **argv)
 
        seqs[seqp] = NULL;  /* NULL terminate list of sequences */
 
-       if (!context_find("path"))
-               free(path("./", TFOLDER));
-
        /* if no folder is given, use default folder */
        if (!folder)
                folder = getfolder(FDEF);