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

@ -3,6 +3,10 @@ $Id$
v0.61.2 11-Jul-2004
upgrade:
Make sure that /opt/mbse/queue is empty, then close the
bbs with "mbstat close wait". Then do the upgrade.
general:
Added -fno-strict-aliasing switch to gcc to prevent some
warnings.

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++;