use only one set of logging macros instead of two and don't use free() as a function name

This commit is contained in:
Peter Tissen 2014-06-27 15:26:46 +02:00
parent afad6daa7d
commit 95f1a0e645
74 changed files with 800 additions and 793 deletions

View file

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