fix valgrind_test
parent
abf15e863c
commit
50dabc8a49
|
@ -121,6 +121,9 @@ fn parse_args(args []string) (&pref.Preferences, string) {
|
||||||
res.out_name = cmdline.option(args, '-o', '')
|
res.out_name = cmdline.option(args, '-o', '')
|
||||||
i++
|
i++
|
||||||
}
|
}
|
||||||
|
'-csource' {
|
||||||
|
i++ // TODO
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
if !arg.starts_with('-') && command == '' {
|
if !arg.starts_with('-') && command == '' {
|
||||||
command = arg
|
command = arg
|
||||||
|
|
Loading…
Reference in New Issue