Added un_attach function development

This commit is contained in:
Michiel Broek
2004-07-16 11:38:24 +00:00
parent 661fe188ad
commit 7f0682ded6
2 changed files with 5 additions and 0 deletions

View File

@@ -535,6 +535,7 @@ void flush_dir(char *ndir)
while (fgets(buf, PATH_MAX, fp)) {
Striplf(buf);
Syslog('p', ".filelist: %s", buf);
flavor = buf[0];
p = strchr(buf, ' ');
p++;