diff --git a/CORE/ChooseFile.c b/CORE/ChooseFile.c index 7868076..aaf0a12 100755 --- a/CORE/ChooseFile.c +++ b/CORE/ChooseFile.c @@ -360,8 +360,8 @@ int fl_make_list() getcwd(dirname, GBUFSIZ); - sprintf(tmpcmd, "cd %s;ls -F > /usr/tmp/.svlffil%d", dirname, pid); - sprintf(tmpname, "/usr/tmp/.svlffil%d", pid); + sprintf(tmpcmd, "cd %s;ls -F > /tmp/.svlffil%d", dirname, pid); + sprintf(tmpname, "/tmp/.svlffil%d", pid); system(tmpcmd); dirp = fopen(tmpname, "r"); if (dirp == NULL) /* just a check to make sure */