[PATCH] programs/explorer: Add missing arg_n to parse_command_line() commandline.

Chao Long longchao at uniontech.com
Wed Sep 15 22:19:23 CDT 2021


Signed-off-by: Chao Long <longchao at uniontech.com>
---
 programs/explorer/explorer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/explorer/explorer.c b/programs/explorer/explorer.c
index 43bd4ef13a8..617910a569c 100644
--- a/programs/explorer/explorer.c
+++ b/programs/explorer/explorer.c
@@ -789,7 +789,7 @@ static void copy_path_root(LPWSTR root, LPWSTR path)
  */
 static void parse_command_line(LPWSTR commandline,parameters_struct *parameters)
 {
-    static const WCHAR arg_n[] = {'/','n'};
+    static const WCHAR arg_n[] = {'/','n',','};
     static const WCHAR arg_e[] = {'/','e',','};
     static const WCHAR arg_cd[] = {'/','c','d',','};
     static const WCHAR arg_root[] = {'/','r','o','o','t',','};
-- 
2.20.1






More information about the wine-devel mailing list