Small fix for newfiles groups
This commit is contained in:
parent
21fc5daf37
commit
adb045002a
@ -506,7 +506,7 @@ void EditNewfiles(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (strncmp(pick, "A", 1) == 0) {
|
if (strncmp(pick, "A", 1) == 0) {
|
||||||
if (records > CFG.new_groups) {
|
if (records < CFG.new_groups) {
|
||||||
working(1, 0, 0);
|
working(1, 0, 0);
|
||||||
if (AppendNewfiles() == 0) {
|
if (AppendNewfiles() == 0) {
|
||||||
records++;
|
records++;
|
||||||
|
Reference in New Issue
Block a user