summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-19 12:44:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-19 12:44:22 +0200
commitec339c909734759e957065d00848abfcdfdfaf8f (patch)
tree6c04178f35c7990af56fb74194b491ce91c51e47 /runtime/msg.c
parent9d98af3407423e723c114f009bd0915099580b6e (diff)
parent0a24b3afc093e16038da170458e2ecb68b363bdd (diff)
downloadrsyslog-ec339c909734759e957065d00848abfcdfdfaf8f.tar.gz
rsyslog-ec339c909734759e957065d00848abfcdfdfaf8f.tar.xz
rsyslog-ec339c909734759e957065d00848abfcdfdfaf8f.zip
Merge branch 'v4-stable' into v4-devel
Conflicts: runtime/cfsysline.c tools/ompipe.c
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 57291def..10c5f82a 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -2493,7 +2493,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;
}