diff options
Diffstat (limited to 'print/tex-luatex/files/patch-pdftoepdf.w')
-rw-r--r-- | print/tex-luatex/files/patch-pdftoepdf.w | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/print/tex-luatex/files/patch-pdftoepdf.w b/print/tex-luatex/files/patch-pdftoepdf.w deleted file mode 100644 index 30884f9b4529..000000000000 --- a/print/tex-luatex/files/patch-pdftoepdf.w +++ /dev/null @@ -1,19 +0,0 @@ ---- luatexdir/image/pdftoepdf.w.orig 2018-01-31 15:17:41 UTC -+++ luatexdir/image/pdftoepdf.w -@@ -70,8 +70,14 @@ static char *get_file_checksum(char *a, - if (ck == NULL) - luatex_fail("PDF inclusion: out of memory while processing '%s'", - a); -- snprintf(ck, PDF_CHECKSUM_SIZE, "%" PRIu64 "_%" PRIu64, (uint64_t) size, -- (uint64_t) mtime); -+ // snprintf(ck, PDF_CHECKSUM_SIZE, "%" PRIu64 "_%" PRIu64, (uint64_t) size, -+ // (uint64_t) mtime); -+ snprintf(ck, PDF_CHECKSUM_SIZE, "%" -+ PRIu64 -+ "_%" -+ PRIu64, -+ (uint64_t) size, -+ (uint64_t) mtime); - } else { - switch (fe) { - case FE_FAIL: |