summary refs log tree commit diff stats
path: root/rod/nimrod.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-laptop>2010-03-14 01:25:25 +0100
committerAndreas Rumpf <andreas@andreas-laptop>2010-03-14 01:25:25 +0100
commit7bf98411b6d4dfd203371b5d2ec0a5ef3a2305df (patch)
tree23f76f650800ca9508e17869cc83fc8061d1f310 /rod/nimrod.nim
parent3dafd6856bfd644e9cf518b36e5bfedc3220a702 (diff)
downloadNim-7bf98411b6d4dfd203371b5d2ec0a5ef3a2305df.tar.gz
version 0.8.8
Diffstat (limited to 'rod/nimrod.nim')
-rwxr-xr-xrod/nimrod.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/rod/nimrod.nim b/rod/nimrod.nim
index 8f83aa5cd..a6f3365c2 100755
--- a/rod/nimrod.nim
+++ b/rod/nimrod.nim
@@ -42,7 +42,7 @@ proc ProcessCmdLine(pass: TCmdLinePass, command, filename: var string) =
   if pass == passCmd2: 
     arguments = cmdLineRest(p)
     if not (optRun in gGlobalOptions) and (arguments != ""): 
-      rawMessage(errArgsNeedRunOption)
+      rawMessage(errArgsNeedRunOption, [])
   
 proc HandleCmdLine() = 
   var start = getTime()
ommit/src/config/scripts.h?id=904a5a81cfcc19c7029f0a961cfb97f7d1a2fe9f'>904a5a81 ^
a35cbea7 ^
a2726b6a ^

9cff3735 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46