This commit is contained in:
John Whitington 2023-02-20 19:43:23 +00:00
parent 060fbd0c83
commit 844933e2da
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ let anon_fun s =
Not_found -> Not_found ->
match args.inputs with match args.inputs with
| [] -> | [] ->
Printf.eprintf "Warning: range ignored\n%!" Printf.eprintf "Warning: range '%s' ignored\n%!" s
| (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