[Commits] [SCM] claws branch, master, updated. 4.2.0-16-g689f80b29

paul at claws-mail.org paul at claws-mail.org
Wed Dec 20 12:36:34 UTC 2023


The branch, master has been updated
       via  689f80b295ab7b84472474404056e859071ed8bb (commit)
      from  043d1ff5fa54eee99426d4bfe3c33e8da1e232a0 (commit)

Summary of changes:
 src/main.c | 2 --
 1 file changed, 2 deletions(-)


- Log -----------------------------------------------------------------
commit 689f80b295ab7b84472474404056e859071ed8bb
Author: Paul <paul at claws-mail.org>
Date:   Wed Dec 20 13:36:09 2023 +0100

    continue if we can't create a backup of menurc

diff --git a/src/main.c b/src/main.c
index fc06df75e..b3f8efe7b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1240,8 +1240,6 @@ int main(int argc, char *argv[])
 	if (copy_file(userrc, userrc, TRUE) < 0) {
 		g_warning("can't copy message %s to %s.bak",
 			  userrc, userrc);
-		g_free(userrc);		
-		return -1;
 	}
 
 	gtk_accel_map_load (userrc);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list