changed configure.ac to test __int128_t in va_arg

This commit is contained in:
2018-06-29 16:48:20 +00:00
parent 51f61a31b6
commit 1d12ec3e3f
3 changed files with 10 additions and 6 deletions

View File

@ -63,7 +63,7 @@ static int test1 (void)
cliaddr->toStrBuf(addrbuf, QSE_COUNTOF(addrbuf));
qse_printf (QSE_T("hello word..from %s\n"), addrbuf);
while (!server->isStopRequested())
while (!server.isStopRequested())
{
if ((n = clisock->receive(bb, QSE_COUNTOF(bb))) <= 0)
{