Small fix for newfiles groups

This commit is contained in:
Michiel Broek 2003-01-31 22:00:18 +00:00
parent 21fc5daf37
commit adb045002a

View File

@ -506,7 +506,7 @@ void EditNewfiles(void)
}
if (strncmp(pick, "A", 1) == 0) {
if (records > CFG.new_groups) {
if (records < CFG.new_groups) {
working(1, 0, 0);
if (AppendNewfiles() == 0) {
records++;