Skip to content

idstr: Fix docs of set_static_str_with_len()

The passed string must be NUL-terminated because otherwise a copy would be necessary to make it NUL-terminated, which defeats the whole purpose of the set_static() functions.

CC @fengalin

Merge request reports

Loading