summaryrefslogtreecommitdiffstats
path: root/runtime/stringbuf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-09 13:02:17 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-09 13:02:17 +0100
commitf2d31917dab4616d47e8c25771f780f272dee07d (patch)
tree6fba781d2f01fec1ff96f15a7ae3cf2e2d1f2e9f /runtime/stringbuf.c
parent3866bd51bf7e622594ff4831664c28d80f711cb3 (diff)
parentc1760db6bbd07086177679b2be4b2d307657ddce (diff)
downloadrsyslog-f2d31917dab4616d47e8c25771f780f272dee07d.tar.gz
rsyslog-f2d31917dab4616d47e8c25771f780f272dee07d.tar.xz
rsyslog-f2d31917dab4616d47e8c25771f780f272dee07d.zip
Merge branch 'v4-stable' into tmp
Diffstat (limited to 'runtime/stringbuf.c')
-rw-r--r--runtime/stringbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stringbuf.c b/runtime/stringbuf.c
index ccf115c1..2b6815a4 100644
--- a/runtime/stringbuf.c
+++ b/runtime/stringbuf.c
@@ -156,7 +156,7 @@ rsRetVal
rsCStrExtendBuf(cstr_t *pThis, size_t iMinNeeded)
{
uchar *pNewBuf;
- unsigned short iNewSize;
+ size_t iNewSize;
DEFiRet;
/* first compute the new size needed */