Skip to content
Snippets Groups Projects
Commit c421d81c authored by Luigi Scarso's avatar Luigi Scarso
Browse files

(tags/1.07.0) recorder_record_input now takes img filepath (thanks to A. Kakuto); updated manual

parent 02eecd2a
Branches
Tags
No related merge requests found
No preview for this file type
......@@ -44,7 +44,7 @@
\dontcomplain
\startdocument
[status=beta,
[status=release,
version=1.07.0]
\startnotmode[*export]
......
......@@ -301,7 +301,7 @@ void read_img(image_dict * idict)
formatted_error("pdf backend","cannot find image file '%s'", img_filename(idict));
}
}
recorder_record_input(img_filename(idict));
recorder_record_input(img_filepath(idict));
/* type checks */
check_type_by_header(idict);
check_type_by_extension(idict);
......
#define luatex_svn_revision 6645
#define luatex_svn_revision 6647
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment