From f863b76300e26c36bc0cfd6d2e51d1b26588c95e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 13 Oct 2006 14:28:56 +0000 Subject: [PATCH] Changed one more exit_cleanup() call into EXIT_OR_RETURN(). --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1