mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 17:13:47 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
4
deps/acelite/ace/Token.cpp
vendored
4
deps/acelite/ace/Token.cpp
vendored
@@ -294,7 +294,7 @@ ACE_Token::shared_acquire (void (*sleep_hook_func)(void *),
|
||||
ACELIB_DEBUG ((LM_DEBUG, "(%t) ACE_Token::shared_acquire (UNBLOCKED)\n"));
|
||||
#endif /* ACE_TOKEN_DEBUGGING */
|
||||
|
||||
// If timeout occured
|
||||
// If timeout occurred
|
||||
if (timed_out)
|
||||
{
|
||||
// This thread was still selected to own the token.
|
||||
@@ -440,7 +440,7 @@ ACE_Token::renew (int requeue_position,
|
||||
ACELIB_DEBUG ((LM_DEBUG, "(%t) ACE_Token::renew (UNBLOCKED)\n"));
|
||||
#endif /* ACE_TOKEN_DEBUGGING */
|
||||
|
||||
// If timeout occured
|
||||
// If timeout occurred
|
||||
if (timed_out)
|
||||
{
|
||||
// This thread was still selected to own the token.
|
||||
|
||||
Reference in New Issue
Block a user