From: Ralph Corderoy Date: Tue, 18 Oct 2016 00:18:24 +0000 (+0100) Subject: Replace a few calculations of string lengths with concat(). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/dad91212b8df0f772eda9037ed86cbd137cf1a7d?ds=sidebyside;hp=dad91212b8df0f772eda9037ed86cbd137cf1a7d Replace a few calculations of string lengths with concat(). Saves the reader have to keep checking all the +1 are correct. Passed the oauth tests; they weren't skipped. ---