This commit is contained in:
John Whitington 2021-12-15 13:51:26 +00:00
parent e821b1722c
commit 7089375ab9
1 changed files with 2 additions and 1 deletions

View File

@ -921,7 +921,8 @@ let anon_fun s =
with
Not_found ->
match args.inputs with
| [] -> ()
| [] ->
Printf.eprintf "Warning: range ignored\n%!"
| (a, _, d, e, f, g)::t ->
args.inputs <- (a, fixdashes s, d, e, f, g)::t