mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix a bunch of conversion warnings #197
This commit is contained in:
@@ -476,7 +476,7 @@ bool CModule::HandleCommand(const CString& sLine) {
|
||||
|
||||
void CModule::HandleHelpCommand(const CString& sLine) {
|
||||
CString sFilter = sLine.Token(1, true);
|
||||
unsigned int iFilterLength = sFilter.size();
|
||||
CString::size_type iFilterLength = sFilter.size();
|
||||
CTable Table;
|
||||
map<CString, CModCommand>::const_iterator it;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user