shell32: There is no need to check strings for NULL when using debugstr_w().
commit4abebb8eb5b540ba5603286da371cfe9c25c519c
authorFrancois Gouget <fgouget@free.fr>
Thu, 18 Jan 2007 10:38:19 +0000 (18 11:38 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Jan 2007 11:55:40 +0000 (18 12:55 +0100)
tree23b66edbcb63da8b29bf8f00d922a8db4c48ee9e
parent6834945ece92fb88e8fd4b939c82335007d6e095
shell32: There is no need to check strings for NULL when using debugstr_w().

Also don't put single quotes around '%s' in that case.
dlls/shell32/shlexec.c