about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/array.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/array.c b/src/ngircd/array.c
index cbfdcd85..25eb6805 100644
--- a/src/ngircd/array.c
+++ b/src/ngircd/array.c
@@ -12,7 +12,7 @@
 
 #include "array.h"
 
-static char UNUSED id[] = "$Id: array.c,v 1.6 2005/08/28 11:47:02 fw Exp $";
+static char UNUSED id[] = "$Id: array.c,v 1.7 2005/08/28 12:18:50 fw Exp $";
 
 #include <assert.h>
 
@@ -235,7 +235,7 @@ array_cat0(array * a)
 bool
 array_cat0_temporary(array * a)
 {
-	char *endpos = array_alloc(a, 1, array_bytes(len));
+	char *endpos = array_alloc(a, 1, array_bytes(a));
 	if (!endpos)
 		return false;