From f00ecc27da1642796b5ec34196889a46a45ec8e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sat, 16 May 1998 01:23:06 -0700
Subject: [PATCH] typo fixed

Rev: src/error.c:1.20
---
 src/error.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/error.c b/src/error.c
index c8bd289d70..80d2bf165d 100644
--- a/src/error.c
+++ b/src/error.c
@@ -16,7 +16,7 @@
 #include "backend.h"
 #include "operators.h"
 
-RCSID("$Id: error.c,v 1.19 1998/05/15 18:45:37 grubba Exp $");
+RCSID("$Id: error.c,v 1.20 1998/05/16 08:23:06 hubbe Exp $");
 
 #undef ATTRIBUTE
 #define ATTRIBUTE(X)
@@ -109,7 +109,7 @@ void va_error(const char *fmt, va_list args) ATTRIBUTE((noreturn))
   in_error=buf;
 
 #ifdef HAVE_VSNPRINTF
-  vsnprintf(bug, 4090, fmt, args);
+  vsnprintf(buf, 4090, fmt, args);
 #else /* !HAVE_VSNPRINTF */
   VSPRINTF(buf, fmt, args);
 #endif /* HAVE_VSNPRINTF */
-- 
GitLab