Bumped to development version 0.71.4

This commit is contained in:
Michiel Broek
2005-08-12 13:22:06 +00:00
parent 4ae090065b
commit 1883af5e74
7 changed files with 9 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
* Purpose ...............: AreaMgr and FileMgr utilities.
*
*****************************************************************************
* Copyright (C) 1997-2004
* Copyright (C) 1997-2005
*
* Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10
@@ -865,14 +865,6 @@ int Areas(void)
fflush(stdout);
}
/*
* Now we have a list of actions to perform
*/
Syslog('F', "Area tag Oke Del");
for (tmp = alist; tmp; tmp = tmp->next) {
Syslog('F', "%-20s %s %s", tmp->Name, tmp->IsPresent?"Yes":"No ", tmp->DoDelete?"Yes":"No ");
}
/*
* Make modification, first add missing areas
*/