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/omshell.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/omshell.c') diff --git a/tools/omshell.c b/tools/omshell.c index a8ba1564..ad6e979f 100644 --- a/tools/omshell.c +++ b/tools/omshell.c @@ -106,10 +106,9 @@ ENDtryResume BEGINdoAction CODESTARTdoAction - pData = pWrkrData->pData; dbgprintf("\n"); - if(execProg((uchar*) pData->progName, 1, ppString[0]) == 0) - errmsg.LogError(0, NO_ERRCODE, "Executing program '%s' failed", (char*)pData->progName); + if(execProg((uchar*) pWrkrData->pData->progName, 1, ppString[0]) == 0) + errmsg.LogError(0, NO_ERRCODE, "Executing program '%s' failed", (char*)pWrkrData->pData->progName); ENDdoAction -- cgit v1.2.3