more
This commit is contained in:
parent
a020d5a9ba
commit
b5e16382e8
|
@ -50,7 +50,7 @@ let write_image path_to_p2p path_to_im pdf resources name image =
|
||||||
with
|
with
|
||||||
0 -> Sys.remove pnm
|
0 -> Sys.remove pnm
|
||||||
| _ ->
|
| _ ->
|
||||||
Printf.eprintf "Call to imagemagick failed: did you specify -p2p correctly?\n%!";
|
Printf.eprintf "Call to imagemagick failed: did you specify -p2p or -im correctly?\n%!";
|
||||||
Sys.remove pnm
|
Sys.remove pnm
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue