Sweden-Number/programs/cmd
Francois Gouget 040c435075 cmd: Avoid unneeded strlenW() calls.
Neither WCMD_give_help(), nor WCMD_setshow_default() are ever called
with a NULL pointer (notice how WCMD_skip_leading_spaces() already
assumes its argument is not NULL and does not return NULL).

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-12-09 23:47:46 +01:00
..
tests
Makefile.in
batch.c
builtins.c cmd: Avoid unneeded strlenW() calls. 2019-12-09 23:47:46 +01:00
cmd.rc
directory.c
wcmd.h cmd: Fix the spelling of a WINE_TRACE() message and a comment. 2019-12-09 23:47:46 +01:00
wcmd.ico
wcmd.svg
wcmdmain.c