mirror of
https://github.com/ModOrganizer2/modorganizer-diagnose_basic.git
synced 2026-07-27 14:03:10 -07:00
- several style fixes suggested by static analysis
- will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
This commit is contained in:
@@ -45,6 +45,7 @@ using namespace MOBase;
|
||||
|
||||
|
||||
DiagnoseBasic::DiagnoseBasic()
|
||||
: m_MOInfo(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -430,7 +431,7 @@ bool DiagnoseBasic::missingMasters() const
|
||||
}
|
||||
}
|
||||
}
|
||||
return m_MissingMasters.size() > 0;
|
||||
return !m_MissingMasters.empty();
|
||||
}
|
||||
|
||||
bool DiagnoseBasic::invalidFontConfig() const
|
||||
|
||||
Reference in New Issue
Block a user