]> git.ipfire.org Git - thirdparty/gettext.git/commit
Silence "use of possibly-NULL ‘string’ where non-null expected" warning.
authorBruno Haible <bruno@clisp.org>
Fri, 2 Jun 2023 23:33:22 +0000 (01:33 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Jun 2023 13:54:10 +0000 (15:54 +0200)
commite6721eb67df863253180e455832519940b6069a6
tree1b440c661c4601f35b619c7de8625182b78fb2f5
parentb10d3e6531d534c28fbbb361cd404461faef2102
Silence "use of possibly-NULL ‘string’ where non-null expected" warning.

* gettext-tools/src/write-po.c (make_range_description_string): Assume that this
xasprintf call returns non-NULL.
gettext-tools/src/write-po.c