From: Ralph Corderoy Date: Sun, 16 Oct 2016 23:22:23 +0000 (+0100) Subject: Use mh_xstrdup() instead of getcpy() for a string constant. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/3bd5ce286fa6983f3f3f9fda4ff7f2f96c2a22a2?ds=sidebyside;hp=3bd5ce286fa6983f3f3f9fda4ff7f2f96c2a22a2 Use mh_xstrdup() instead of getcpy() for a string constant. It cannot be NULL. ---