Changed overflow() to overflow_exit().
[rsync.git] / util.c
diff --git a/util.c b/util.c
index 6cbe7e1c7ecfaca928650345a273c5a37940e388..234a61e89bad108d9cd4782e944fb70d5ac303be 100644 (file)
--- a/util.c
+++ b/util.c
@@ -120,7 +120,7 @@ void out_of_memory(char *str)
        exit_cleanup(RERR_MALLOC);
 }
 
-void overflow(char *str)
+void overflow_exit(char *str)
 {
        rprintf(FERROR, "ERROR: buffer overflow in %s\n", str);
        exit_cleanup(RERR_MALLOC);