Commit f863b763 authored by Wayne Davison's avatar Wayne Davison

Changed one more exit_cleanup() call into EXIT_OR_RETURN().

parent 5e1ec06f
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment