summaryrefslogtreecommitdiffstats
path: root/stringbuf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-06 10:08:45 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-06 10:08:45 +0000
commitd78b0ebd52e5527d62834158f52127dae61fc790 (patch)
tree18add6945ecc2024bbca8f535c27b6afddbe55f1 /stringbuf.c
parent5a90cbdd7d0a52e1117a42bfa2a467d96e973cef (diff)
downloadrsyslog-d78b0ebd52e5527d62834158f52127dae61fc790.tar.gz
rsyslog-d78b0ebd52e5527d62834158f52127dae61fc790.tar.xz
rsyslog-d78b0ebd52e5527d62834158f52127dae61fc790.zip
begin implementing RFC 3195 support
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 738a1f81..6d6d122d 100755
--- a/stringbuf.c
+++ b/stringbuf.c
@@ -39,7 +39,7 @@ rsCStrObj *rsCStrConstruct(void)
pThis->pszBuf = NULL;
pThis->iBufSize = 0;
pThis->iStrLen = 0;
- pThis->iAllocIncrement = STRINGBUF_ALLOC_INCREMENT;
+ pThis->iAllocIncrement = RS_STRINGBUF_ALLOC_INCREMENT;
return pThis;
}