Skip to content

Commit

Permalink
Merge pull request #1456 from jphickey:fix-1455-hires-timedops
Browse files Browse the repository at this point in the history
Fix #1455, High-res timed stream ops
  • Loading branch information
dzbaker committed Jul 2, 2024
2 parents 41738c4 + 5cc0355 commit 5923fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/network-api-test/network-api-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ void Server_Fn(void)
if (ServerFn_AcceptStatus != OS_SUCCESS)
{
snprintf(ServerFn_ErrorString, sizeof(ServerFn_ErrorString), "OS_SocketAccept() iter=%u, return code=%d",
(unsigned int)iter, (int)Status);
(unsigned int)iter, (int)ServerFn_AcceptStatus);
break;
}

Expand Down

0 comments on commit 5923fcf

Please sign in to comment.