From b8ca4586add623ab84b4898166eb206f5adf5b2d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 20 Sep 2004 22:17:14 +0000 Subject: [PATCH] fix from fsfod --- plugins/include/array.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/array.inc b/plugins/include/array.inc index 0b5bd12d..55f2601c 100755 --- a/plugins/include/array.inc +++ b/plugins/include/array.inc @@ -131,7 +131,7 @@ native list_push_int(list_id, value) native list_store_string(list_id, list_posn, value[]) //Push a string to the end of the list -native list_push_string(list_id, list_posn, value[]) +native list_push_string(list_id, value[]) /* Functions to get data from lists */