The existence of the profile entry Path is already enforced by context_read().
[mmh] / uip / flist.c
index 5d9dfcc..88cac06 100644 (file)
@@ -236,9 +236,6 @@ main(int argc, char **argv)
                }
        }
 
-       if (!context_find("path"))
-               free(path("./", TFOLDER));
-
        /* get current folder */
        strncpy(curfolder, getfolder(FCUR), sizeof(curfolder));