user32/tests: Avoid a couple of unneeded strlen() calls.
commit6ccd78e35f1452276155f26e7f3756a8e08007d4
authorFrancois Gouget <fgouget@free.fr>
Mon, 9 Dec 2019 08:41:53 +0000 (9 09:41 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Dec 2019 22:47:46 +0000 (9 23:47 +0100)
tree2420b36e3bb5188c9513920e7b02dc0718f25839
parent3b91403e411f4ad81f46e14d0aeb41f2dcf7686b
user32/tests: Avoid a couple of unneeded strlen() calls.

Note that DeviceString is an array field and thus cannot be NULL.

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