diff options
Diffstat (limited to 'source/cAuthenticator.cpp')
-rw-r--r-- | source/cAuthenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cAuthenticator.cpp b/source/cAuthenticator.cpp index 3865e46c3..d45eaa043 100644 --- a/source/cAuthenticator.cpp +++ b/source/cAuthenticator.cpp @@ -125,7 +125,7 @@ void cAuthenticator::Execute(void) {
return;
}
- ASSERT(m_Queue.size() > 0);
+ ASSERT(!m_Queue.empty());
int ClientID = m_Queue.front().mClientID;
AString UserName = m_Queue.front().mName;
|