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.h | |
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.h')
-rwxr-xr-x | stringbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stringbuf.h b/stringbuf.h index e116e4b5..b345dd47 100755 --- a/stringbuf.h +++ b/stringbuf.h @@ -123,7 +123,7 @@ void rsCStrSetAllocIncrement(rsCStrObj *pThis, int iNewIncrement); * Append an integer to the string. No special formatting is
* done.
*/
-rsRetVal rsCStrAppendInt(rsCStrObj *pThis, int i);
+rsRetVal rsCStrAppendInt(rsCStrObj *pThis, long i);
uchar* rsCStrGetSzStr(rsCStrObj *pThis);
|