Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marksg07 committed Jan 6, 2025
1 parent cb6bcf2 commit 10792c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-mc-text-search-str-encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static void test_nofold_substring_case(_mongocrypt_tester_t *tester,
ASSERT(0 < substring_len);
ASSERT(1 == substring_count);
total_real_substring_count++;
uint32_t start_offset = substring - sets->base_string->data;
uint32_t start_offset = (uint32_t)(substring - sets->base_string->data);

counts[start_offset + (start_offset + substring_len - 1) * byte_len]++;
}
Expand Down

0 comments on commit 10792c2

Please sign in to comment.