From b083f699422e08c192130e6f020d7fb002131dda Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sun, 6 Jan 2008 12:12:57 +0000 Subject: worked a bit on object serialization --- stringbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stringbuf.c') diff --git a/stringbuf.c b/stringbuf.c index f4743e73..525a65b0 100755 --- a/stringbuf.c +++ b/stringbuf.c @@ -185,7 +185,7 @@ rsRetVal rsCStrAppendStr(rsCStrObj *pThis, uchar* psz) } -rsRetVal rsCStrAppendInt(rsCStrObj *pThis, int i) +rsRetVal rsCStrAppendInt(rsCStrObj *pThis, long i) { rsRetVal iRet; uchar szBuf[32]; -- cgit