Update windows at the right level

The wins_update() call is the responsibility of the caller of
io_resolve_save_conflict().

Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lars Henriksen 2018-08-28 21:55:24 +02:00 committed by Lukas Fleischer
parent a5ae7256b3
commit e97360df71

View File

@ -517,7 +517,7 @@ static int resolve_save_conflict(void)
case 3:
/* FALLTHROUGH */
default:
wins_update(FLAG_STA);
;
}
mem_free(msg_um_asktype);