Error in loader for dos4gw
zedingCZ opened this issue · 1 comments
zedingCZ commented
the operator is wrong in the condition, and it is right && place ||
if (!Util::testMagic(&m_LXHeader.sigLo, { 'L', 'X' }) || !Util::testMagic(&m_LXHeader.sigLo, { 'L', 'E' })) { LOG_ERROR("Error loading file: bad LE/LX magic"); return false; }
ceeac commented
Fixed now. Thanks for reporting!