From 7089375ab90d716c7afa972b2931bf25fe1bed8e Mon Sep 17 00:00:00 2001 From: John Whitington Date: Wed, 15 Dec 2021 13:51:26 +0000 Subject: [PATCH] more --- cpdfcommand.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 0fcaf0f..785e19f 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -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