From 4ea7ef71787dc15f24d77edcac853e2e55373b9a Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 16 Dec 2006 08:42:55 +0000 Subject: [PATCH] typo --- output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output.cc b/output.cc index 2164c094c..479f85dd2 100644 --- a/output.cc +++ b/output.cc @@ -822,7 +822,7 @@ void log_vwrite(int logt, const char *fmt, va_list ap) { va_end(apcopy); return; } else if (len < 0) { - fprintf(stderr, "vnsprintf returned %d in %s -- bizarre. Quitting.\n", len, __FUNCTION__); + fprintf(stderr, "vsnprintf returned %d in %s -- bizarre. Quitting.\n", len, __FUNCTION__); exit(1); } else if (len >= writebuflen) { /* Didn't have enough space. Expand writebuf and try again */