From e943a8a4dbb8b5d6ad280ba2a576cdd9e7e66a63 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 8 Sep 2017 21:14:42 +0200 Subject: Unset modification flag after merging Turn off the local modification flag to avoid a bogus warning when reloading the data files immediately after the merge process. Signed-off-by: Lukas Fleischer --- src/io.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/io.c') diff --git a/src/io.c b/src/io.c index d61f4c6..0cf93dc 100644 --- a/src/io.c +++ b/src/io.c @@ -473,6 +473,8 @@ static void io_merge_data(void) mem_free(path_apts_new); mem_free(path_todo_new); + io_unset_modified(); + /* * We do not directly write to the data files here; however, the * external merge tool will likely have incorporated changes from the -- cgit v1.2.3-54-g00ecf