Skip to content

Commit

Permalink
HOTFIX #437, correct type in UT time handler
Browse files Browse the repository at this point in the history
  • Loading branch information
jphickey committed Sep 16, 2024
1 parent d2e641f commit fe8a776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test-coverage/ut-stubs/src/PCS_time_handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void UT_DefaultHandler_PCS_clock_gettime(void *UserObj, UT_EntryKey_t FuncKey, c
{
/* int PCS_clock_gettime(int clk_id, struct PCS_timespec *t) */
struct PCS_timespec *t = UT_Hook_GetArgValueByName(Context, "t", struct PCS_timespec *);
int iStatus;
int32 iStatus;

UT_Stub_GetInt32StatusCode(Context, &iStatus);

Expand Down

0 comments on commit fe8a776

Please sign in to comment.