From: Ralph Corderoy Date: Sun, 27 Aug 2017 10:53:26 +0000 (+0100) Subject: Replace strlen("foo") with LEN("foo"). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/2fc70e8bf64ead869fce76abb74f04bf1af94923?ds=inline;hp=2fc70e8bf64ead869fce76abb74f04bf1af94923 Replace strlen("foo") with LEN("foo"). The existing LEN() uses sizeof. ---