Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 621726
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
     invalid suffix on literal; C++11 requires a space between literal and
     invalid suffix on literal; C++11 requires a space between literal and
1
     identifier [-Wreserved-user-defined-literal]
1
     identifier [-Wreserved-user-defined-literal]
2
                                ^
2
                                ^
3
-- texlive-20170524-source/texk/web2c/luatexdir/image/pdftoepdf.w
3
++ texlive-20170524-source/texk/web2c/luatexdir/image/pdftoepdf.w
Lines 71-77 Link Here
71
        ck = (char *) malloc(PDF_CHECKSUM_SIZE);
71
        ck = (char *) malloc(PDF_CHECKSUM_SIZE);
72
        if (ck == NULL)
72
        if (ck == NULL)
73
            formatted_error("pdf inclusion","out of memory while processing '%s'", a);
73
            formatted_error("pdf inclusion","out of memory while processing '%s'", a);
74
        snprintf(ck, PDF_CHECKSUM_SIZE, "%" PRIu64 "_%" PRIu64, (uint64_t) size,(uint64_t) mtime);
74
        snprintf(ck, PDF_CHECKSUM_SIZE, "%" 
75
PRIu64
76
 "_%" 
77
PRIu64
78
, (uint64_t) size,(uint64_t) mtime);
75
   } else {
79
   } else {
76
        switch (fe) {
80
        switch (fe) {
77
            case FE_FAIL:
81
            case FE_FAIL:

Return to bug 621726