Skip to content

Commit

Permalink
Merge pull request #1444 from himanshu007-creator/patch-1
Browse files Browse the repository at this point in the history
Fix #1184, Change index type to resolve infinite loop warning
  • Loading branch information
astrogeco authored Jun 30, 2021
2 parents 9d4fcae + 6868369 commit e74b4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core_private/ut-stubs/src/ut_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ extern int32 dummy_function(void);
*/
void UT_Init(const char *subsys)
{
int8 i;
size_t i;

/* Copy the application name for later use */
strncpy(UT_subsys, subsys, sizeof(UT_subsys) - 1);
Expand Down

0 comments on commit e74b4fe

Please sign in to comment.