shell32/autocomplete: Reduce the strlen calls because they are redundant.
commita435fbc646a9f9d3f6b56eab66d17eacd8cd7be1
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Mon, 10 Sep 2018 19:09:33 +0000 (10 22:09 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 11 Sep 2018 12:10:18 +0000 (11 14:10 +0200)
tree908c975f7f8ad22bcd447f0180922645877dcabb
parent97006eb6619e27edabd4ab2c8181207e10c09ca6
shell32/autocomplete: Reduce the strlen calls because they are redundant.

We can retrieve the length of the string from the SendMessage calls already.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/shell32/autocomplete.c