remove compiler warning

This commit is contained in:
Rainer Gerhards 2013-11-28 11:48:19 +01:00
parent 015999be30
commit 8aa52cbb18

View File

@ -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);