From c404ed8c57bf7353fed0673c8502c332f4b2ce9c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 11 Jul 2018 07:25:38 -0600 Subject: utf8.c: Static fnc always passed non-null This function was inconsistent until this commit, setting a a value unconditionally in all but one place. --- embed.fnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.fnc') diff --git a/embed.fnc b/embed.fnc index 0897effde2..f2890692a3 100644 --- a/embed.fnc +++ b/embed.fnc @@ -1781,7 +1781,7 @@ s |U32 |check_and_deprecate \ s |UV |_to_utf8_case |const UV uv1 \ |NN const U8 *p \ |NN U8* ustrp \ - |NULLOK STRLEN *lenp \ + |NN STRLEN *lenp \ |NN SV *invlist \ |NN const int * const invmap \ |NULLOK const unsigned int * const * const aux_tables \ -- cgit v1.2.1