From 732f3366c40c4bea258b11b96c4763f5948a4844 Mon Sep 17 00:00:00 2001 From: Benjamin Close Date: Mon, 9 Feb 2009 16:34:00 +1030 Subject: Update is_numeric base on the declaration change in 389e01fb51ba2d708015e27d8fc17c88a0e55802 Signed-off-by: Benjamin Close --- Xtransint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xtransint.h') diff --git a/Xtransint.h b/Xtransint.h index 623cdef..8cc0b68 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -347,7 +347,7 @@ static int TRANS(WriteV)( static int is_numeric ( - char * /* str */ + const char * /* str */ ); #ifdef TRANS_SERVER -- cgit v1.2.1