mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-16 11:50:54 +01:00
more
This commit is contained in:
parent
94b45fbf6b
commit
3c84cb6a1c
@ -2394,7 +2394,7 @@ let rec get_single_pdf ?(decrypt=true) ?(fail=false) op read_lazy =
|
|||||||
begin match args.inputs with
|
begin match args.inputs with
|
||||||
(InFile inname, _, _, _, _, _)::_ ->
|
(InFile inname, _, _, _, _, _)::_ ->
|
||||||
begin try ignore (close_in (open_in inname)) with _ ->
|
begin try ignore (close_in (open_in inname)) with _ ->
|
||||||
Printf.eprintf "File %s does not exist" inname;
|
Printf.eprintf "File %s does not exist\n" inname;
|
||||||
exit 2
|
exit 2
|
||||||
end
|
end
|
||||||
| _ -> ()
|
| _ -> ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user