From b44dcabe90de000cb98c02f74ce44929aa11a818 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 31 Oct 2013 18:15:33 +0100 Subject: remove pData emulation from v8 omod interface breaks compilation of not converted modules - but these won't work anyways. So better change this now. --- tools/omusrmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/omusrmsg.c') diff --git a/tools/omusrmsg.c b/tools/omusrmsg.c index cab2a4fe..5d0b088f 100644 --- a/tools/omusrmsg.c +++ b/tools/omusrmsg.c @@ -290,7 +290,7 @@ ENDtryResume BEGINdoAction CODESTARTdoAction dbgprintf("\n"); - iRet = wallmsg(ppString[0], pData); + iRet = wallmsg(ppString[0], pWrkrData->pData); ENDdoAction -- cgit v1.2.3