chiark / gitweb /
05b4cf025826b5b9dedcf9700a6c5d791694bb7e
[termux-packages] / packages / texlive-bin / c++11.patch
1 diff -u -r ../texlive-20160523-source/texk/web2c/luatexdir/image/pdftoepdf.w ./texk/web2c/luatexdir/image/pdftoepdf.w
2 --- ../texlive-20160523-source/texk/web2c/luatexdir/image/pdftoepdf.w   2016-03-25 12:44:48.000000000 +0000
3 +++ ./texk/web2c/luatexdir/image/pdftoepdf.w    2017-04-21 23:48:03.787934684 +0000
4 @@ -71,7 +72,12 @@
5          ck = (char *) malloc(PDF_CHECKSUM_SIZE);
6          if (ck == NULL)
7              formatted_error("pdf inclusion","out of memory while processing '%s'", a);
8 -        snprintf(ck, PDF_CHECKSUM_SIZE, "%" PRIu64 "_%" PRIu64, (uint64_t) size,(uint64_t) mtime);
9 +        snprintf(ck, PDF_CHECKSUM_SIZE, "%"
10 +               PRIu64
11 +               "_%"
12 +               PRIu64,
13 +               (uint64_t) size,
14 +               (uint64_t) mtime);
15     } else {
16          switch (fe) {
17              case FE_FAIL: