diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-06 12:12:57 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-06 12:12:57 +0000 |
commit | b083f699422e08c192130e6f020d7fb002131dda (patch) | |
tree | 4b75c2fcad55b491466ed8db2cf3c56ea6d11d37 /stringbuf.c | |
parent | 35306d123149bbbb80414691022def865bc2d80d (diff) | |
download | rsyslog-b083f699422e08c192130e6f020d7fb002131dda.tar.gz rsyslog-b083f699422e08c192130e6f020d7fb002131dda.tar.xz rsyslog-b083f699422e08c192130e6f020d7fb002131dda.zip |
worked a bit on object serialization
Diffstat (limited to 'stringbuf.c')
-rwxr-xr-x | stringbuf.c | 2 |
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]; |