From: Wayne Davison Date: Fri, 13 Oct 2006 14:28:56 +0000 (+0000) Subject: Changed one more exit_cleanup() call into EXIT_OR_RETURN(). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f863b76300e26c36bc0cfd6d2e51d1b26588c95e?hp=5e1ec06f0968c1592567c77185648189f5a6a6d0 Changed one more exit_cleanup() call into EXIT_OR_RETURN(). --- diff --git a/log.c b/log.c index 2355214e..9d18770d 100644 --- a/log.c +++ b/log.c @@ -655,7 +655,7 @@ static void log_formatted(enum logcode code, char *format, char *op, rprintf(FERROR, "buffer overflow expanding %%%c -- exiting\n", p[0]); - exit_cleanup(RERR_MESSAGEIO); + EXIT_OR_RETURN(RERR_MESSAGEIO); } /* Shuffle the rest of the string along to make space for n */