tester compiles under taint mode again

This commit is contained in:
Araq
2012-07-20 00:18:52 +02:00
parent 371619c43a
commit 695e9d5fb4

View File

@@ -341,9 +341,9 @@ proc main() =
var p = initOptParser()
p.next()
if p.kind == cmdLongoption:
case p.key
of "print": optPrintResults = true
else: quit usage
case p.key.string
of "print": optPrintResults = true
else: quit usage
p.next()
if p.kind != cmdArgument: quit usage
var action = p.key.string.normalize