From c081bb8ddebbecd93514a6f8ba92f118430a2d75 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Wed, 13 Jan 2021 14:17:56 -0800 Subject: [PATCH] Updated ILibChain_Continue() to set missing flag --- microstack/ILibParsers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/microstack/ILibParsers.c b/microstack/ILibParsers.c index 8ab727d..a70f740 100644 --- a/microstack/ILibParsers.c +++ b/microstack/ILibParsers.c @@ -2436,6 +2436,7 @@ ILibExportMethod ILibChain_Continue_Result ILibChain_Continue(void *Chain, ILibC ILibChain_SetupWindowsWaitObject(chain->WaitHandles, &x, &tv, &(chain->currentWaitTimeout), &readset, &writeset, &errorset, chain->auxSelectHandles, handles); if (x == 0) { + root->continuationState = ILibChain_ContinuationState_END_CONTINUE; ret = ILibChain_Continue_Result_ERROR_EMPTY_SET; slct = -1; }