mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
hopefully implement va_end properly - may require some fixes or reverts, partial or full
This commit is contained in:
@@ -1554,7 +1554,7 @@ SessionApiClient* ConnectionServer::getSessionApiClient()
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
void ConnectionServer::setDone(char const *reasonfmt, ...)
|
||||
void ConnectionServer::setDone(char const reasonfmt, ...)
|
||||
{
|
||||
if (!done)
|
||||
{
|
||||
@@ -1579,6 +1579,7 @@ void ConnectionServer::setDone(char const *reasonfmt, ...)
|
||||
reason));
|
||||
|
||||
done = true;
|
||||
va_end(ap);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user