summaryrefslogtreecommitdiffstats
path: root/stringbuf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-06 12:12:57 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-06 12:12:57 +0000
commitb083f699422e08c192130e6f020d7fb002131dda (patch)
tree4b75c2fcad55b491466ed8db2cf3c56ea6d11d37 /stringbuf.c
parent35306d123149bbbb80414691022def865bc2d80d (diff)
downloadrsyslog-b083f699422e08c192130e6f020d7fb002131dda.tar.gz
rsyslog-b083f699422e08c192130e6f020d7fb002131dda.tar.xz
rsyslog-b083f699422e08c192130e6f020d7fb002131dda.zip
worked a bit on object serialization
Diffstat (limited to 'stringbuf.c')
-rwxr-xr-xstringbuf.c2
1 files changed, 1 insertions, 1 deletions
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];