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

(-)makemkv-oss-1.8.0/makemkvgui/src/marshall.cpp.orig (-1 / +1 lines)
Lines 413-419 Link Here
413
    ExecCmd(apCallGetInterfaceLanguageData);
413
    ExecCmd(apCallGetInterfaceLanguageData);
414
    if (m_mem->args[0]==0)
414
    if (m_mem->args[0]==0)
415
    {
415
    {
416
        return false;
416
        return NULL;
417
    }
417
    }
418
    *Size1 = (unsigned int) m_mem->args[0];
418
    *Size1 = (unsigned int) m_mem->args[0];
419
    *Size2 = (unsigned int) m_mem->args[1];
419
    *Size2 = (unsigned int) m_mem->args[1];

Return to bug 439380