mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 09:40:42 +01:00
remove compiler warning
This commit is contained in:
parent
015999be30
commit
8aa52cbb18
@ -207,7 +207,7 @@ CODESTARTdoAction
|
||||
buf = getMSG(pMsg);
|
||||
len = getMSGLen(pMsg);
|
||||
}
|
||||
r = ln_normalize(pWrkrData->pData->ctxln, buf, len, &json);
|
||||
r = ln_normalize(pWrkrData->pData->ctxln, (char*)buf, len, &json);
|
||||
if(r != 0) {
|
||||
DBGPRINTF("error %d during ln_normalize\n", r);
|
||||
MsgSetParseSuccess(pMsg, 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user