wine/programs/cmd
Liam Middlebrook 0911d462f9 cmd: Fix empty strings between PATH separators.
Previously if an empty string was encountered while parsing out PATH,
cmd.exe would ignore the rest of the PATH entirely.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55097
Signed-off-by: Liam Middlebrook <lmiddlebrook@nvidia.com>
2023-06-21 18:25:48 +02:00
..
tests cmd/tests: Add tests for PATH separator. 2023-06-21 18:25:38 +02:00
batch.c cmd: Use standard C functions for memory allocation. 2022-12-09 17:52:25 +01:00
builtins.c cmd: Use standard C functions for memory allocation. 2022-12-09 17:52:25 +01:00
cmd.rc cmd: Bail out when full path name exceeds MAX_PATH. 2022-01-25 20:50:49 +01:00
directory.c cmd: Use standard C functions for memory allocation. 2022-12-09 17:52:25 +01:00
Makefile.in cmd: Enable compilation with long types. 2022-02-17 09:07:07 +01:00
wcmd.h cmd: Use standard C functions for memory allocation. 2022-12-09 17:52:25 +01:00
wcmd.ico
wcmd.svg
wcmdmain.c cmd: Fix empty strings between PATH separators. 2023-06-21 18:25:48 +02:00