summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Close <Benjamin.Close@clearchain.com>2009-02-09 16:34:00 +1030
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-02-09 17:12:06 -0800
commit732f3366c40c4bea258b11b96c4763f5948a4844 (patch)
treead960e5971837eea03ec0552492bc5a83a2db48f
parent300893171ca7ad684472e5961a7b2ba0eb291f6b (diff)
Update is_numeric base on the declaration change in 389e01fb51ba2d708015e27d8fc17c88a0e55802
Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
-rw-r--r--Xtransint.h2
1 files changed, 1 insertions, 1 deletions
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