]> Kevux Git Server - fll/commit
Bugfix: provide static variable "fll_error_string_null_s".
authorKevin Day <thekevinday@gmail.com>
Mon, 30 Nov 2020 03:38:36 +0000 (21:38 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 30 Nov 2020 03:43:20 +0000 (21:43 -0600)
commitf28fcb64d3b96ce160361deacd81c0d7581b84f4
treec6bb0ca4ef804038e07c689eedcf07d7dc621a3a
parente4be5e27e7e5ae8cfbccc2b28d3b2699dbcd1610
Bugfix: provide static variable "fll_error_string_null_s".

When using the fl_color_print functions, the context before and after pointers may safely be NULL.
When using the printf functions, the context before and after pointers cannot safely be NULL.

In the second case, a global static is now provided that is essentially a NULL string of a compatible type.
level_2/fll_error/c/error-common.h