diff options
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 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; } |