more
This commit is contained in:
parent
e821b1722c
commit
7089375ab9
|
@ -921,7 +921,8 @@ let anon_fun s =
|
||||||
with
|
with
|
||||||
Not_found ->
|
Not_found ->
|
||||||
match args.inputs with
|
match args.inputs with
|
||||||
| [] -> ()
|
| [] ->
|
||||||
|
Printf.eprintf "Warning: range ignored\n%!"
|
||||||
| (a, _, d, e, f, g)::t ->
|
| (a, _, d, e, f, g)::t ->
|
||||||
args.inputs <- (a, fixdashes s, d, e, f, g)::t
|
args.inputs <- (a, fixdashes s, d, e, f, g)::t
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue