mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
10
deps/acelite/ace/Service_Manager.cpp
vendored
10
deps/acelite/ace/Service_Manager.cpp
vendored
@@ -78,11 +78,11 @@ ACE_Service_Manager::info (ACE_TCHAR **strp, size_t length) const
|
||||
return -1;
|
||||
}
|
||||
|
||||
ACE_OS::sprintf (buf,
|
||||
ACE_TEXT ("%d/%s %s"),
|
||||
sa.get_port_number (),
|
||||
ACE_TEXT ("tcp"),
|
||||
ACE_TEXT ("# lists all services in the daemon\n"));
|
||||
ACE_OS::snprintf (buf, BUFSIZ,
|
||||
ACE_TEXT ("%d/%s %s"),
|
||||
sa.get_port_number (),
|
||||
ACE_TEXT ("tcp"),
|
||||
ACE_TEXT ("# lists all services in the daemon\n"));
|
||||
|
||||
if (*strp == 0 && (*strp = ACE_OS::strdup (buf)) == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user