This commit is contained in:
John Whitington 2014-10-30 19:48:45 +00:00
parent 942a313099
commit 2028b72c53
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ OCAMLLDFLAGS = -g
all : native-code native-code-library byte-code-library top htdoc
clean ::
rm -rf doc foo foo2 out.pdf out2pdf
rm -rf doc foo foo2 out.pdf out2.pdf
LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi)

View File

@ -1951,7 +1951,7 @@ let really_write_pdf ?(encryption = None) ?(is_decompress=false) mk_id pdf outna
end
else
begin
if not args.was_encrypted || args.was_decrypted_with_owner && args.was_encrypted then
if not args.was_encrypted || args.was_decrypted_with_owner then
begin
if args.debugcrypt then Printf.printf "Pdf to file in really_write_pdf\n";
Pdfwrite.pdf_to_file_options