summaryrefslogtreecommitdiffstats
path: root/tools/omshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/omshell.c')
-rw-r--r--tools/omshell.c5
1 files changed, 2 insertions, 3 deletions
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