msvcrt/tests: Avoid an unneeded strlen() call.
commit92d31164aa6d467e2afde7e71446d110d5fdc73f
authorFrancois Gouget <fgouget@free.fr>
Tue, 10 Dec 2019 08:28:43 +0000 (10 09:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 10 Dec 2019 19:59:19 +0000 (10 20:59 +0100)
treeaf8df348baea3f0d1fb6703857bd05d934585f80
parenta29af844e6df1dc84574a3128c6f56a751e41beb
msvcrt/tests: Avoid an unneeded strlen() call.

Note that buf is an array and thus cannot be NULL.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/tests/misc.c