Some %x fixed

This commit is contained in:
Nekotekina 2014-09-29 19:38:04 +04:00
parent c53a822c4e
commit 7d95311a01
12 changed files with 66 additions and 66 deletions

View file

@ -44,7 +44,7 @@ bool PSFLoader::LoadHeader()
if(!m_header.CheckMagic())
return false;
if(m_show_log) LOG_NOTICE(LOADER, "PSF version: %x", m_header.psf_version);
if(m_show_log) LOG_NOTICE(LOADER, "PSF version: 0x%x", m_header.psf_version);
m_psfindxs.clear();
m_entries.clear();