mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Fix a bunch of conversion warnings #197
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@ public:
|
||||
MCString msParams;
|
||||
msParams["target"] = m_pNetwork->GetCurNick();
|
||||
|
||||
unsigned int uSize = m_Buffer.Size();
|
||||
size_t uSize = m_Buffer.Size();
|
||||
for (unsigned int uIdx = 0; uIdx < uSize; uIdx++) {
|
||||
PutUser(m_Buffer.GetLine(uIdx, *GetClient(), msParams));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user