WINGs: Simplify function wstrconcat
commita41b0aa21da78acb3f32d1829ce01a7d102ade5b
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 4 Sep 2021 17:05:26 +0000 (4 19:05 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 4 Sep 2021 18:03:53 +0000 (4 19:03 +0100)
tree418795e3ce76ee2d8af8d418c11729217339bdbe
parentd4cc033379c93d09e5722a935bbf8e6b85d9f999
WINGs: Simplify function wstrconcat

Because we have allocated enough space, it is a waste of time to check the
size after copy and cat; beside the use of plain strxxx functions may allow
compiler to make a better job.
WINGs/string.c