aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/coclmain.icl4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/coclmain.icl b/main/coclmain.icl
index a85bb88..c6f35ce 100644
--- a/main/coclmain.icl
+++ b/main/coclmain.icl
@@ -112,8 +112,8 @@ coclMainWithVersionCheck currentVersion latestDefVersion latestImpVersion testA
where
n
= size s
- getArgs commandArgs
- = commandArgs
+ getArgs commandArgs world
+ = (commandArgs, world)
CoclArgsFile :== "coclargs.txt"