Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 310487 | Differences between
and this patch

Collapse All | Expand All

(-)trunk.orig/source/texk/web2c/luatexdir/luazlib/lzlib.c (-1 / +1 lines)
Lines 551-557 Link Here
551
551
552
    /* make sure header and library version are consistent */
552
    /* make sure header and library version are consistent */
553
    const char* version = zlibVersion();
553
    const char* version = zlibVersion();
554
    if (strncmp(version, ZLIB_VERSION, 5))
554
    if (strncmp(version, ZLIB_VERSION, 3))
555
    {
555
    {
556
        lua_pushfstring(L, "zlib library version does not match - header: %s, library: %s", ZLIB_VERSION, version);
556
        lua_pushfstring(L, "zlib library version does not match - header: %s, library: %s", ZLIB_VERSION, version);
557
        lua_error(L);
557
        lua_error(L);

Return to bug 310487