Skip to content

Commit 7e3dd35

Browse files
committed
Fix: NULL missing - use SZ_NULL
1 parent 13bc864 commit 7e3dd35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/stringzilla/utf8_word.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ SZ_PUBLIC sz_bool_t sz_utf8_is_word_boundary_serial(sz_cptr_t text, sz_size_t le
942942
// Skip ignorables after position to get effective "after" property
943943
if (sz_wb_is_ignorable_(after_prop)) {
944944
sz_size_t skip_pos = pos;
945-
after_prop = sz_wb_get_effective_prop_(text, length, skip_pos, NULL);
945+
after_prop = sz_wb_get_effective_prop_(text, length, skip_pos, (sz_size_t *)0);
946946
}
947947

948948
// WB5: Do not break between AHLetter

0 commit comments

Comments
 (0)