summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-22 20:19:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-22 20:19:06 +0200
commitb8ffbecb7825f36528487d1e5fd67dd28ba6ce1d (patch)
tree07d545552480fa5949996f730e3b531b5bdf4243 /runtime/msg.c
parent93662146b46c03b2a5db83ae074aa77f207dd98a (diff)
parentaa0701b100084d61df6fff10be48bb088f551932 (diff)
downloadrsyslog-b8ffbecb7825f36528487d1e5fd67dd28ba6ce1d.tar.gz
rsyslog-b8ffbecb7825f36528487d1e5fd67dd28ba6ce1d.tar.bz2
rsyslog-b8ffbecb7825f36528487d1e5fd67dd28ba6ce1d.zip
Merge branch 'v5-devel'
Diffstat (limited to 'runtime/msg.c')
-rw-r--r--runtime/msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/msg.c b/runtime/msg.c
index 1b188263..f575b86b 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -2588,7 +2588,7 @@ uchar *MsgGetProp(msg_t *pMsg, struct templateEntry *pTpe,
bFound = 1;
} else {
dbgprintf("regex found at offset %d, new offset %d, tries %d\n",
- iOffs, iOffs + pmatch[0].rm_eo, iTry);
+ iOffs, (int) (iOffs + pmatch[0].rm_eo), iTry);
iOffs += pmatch[0].rm_eo;
++iTry;
}