ts: replace overlapping strcpy with shorter code
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 26 Mar 2019 10:41:35 +0000 (11:41 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 26 Mar 2019 10:41:35 +0000 (11:41 +0100)
commit3395e2a8efc92c2198620cce6f90d39bffcbb393
treef0e7dcbf4a59353684e91d28fe1980aa3794dae4
parentf370a66b263c4a887d37076a1b598ccbdc4766ff
ts: replace overlapping strcpy with shorter code

function                                             old     new   delta
ts_main                                              401     398      -3

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/ts.c