Hugh McMaster : regedit: Do not abort if the /m switch is used.

Alexandre Julliard julliard at winehq.org
Thu Nov 23 15:04:45 CST 2017


Module: wine
Branch: master
Commit: 4339f4015451a1c642b7f189e11f9f247c30acac
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4339f4015451a1c642b7f189e11f9f247c30acac

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Thu Nov 23 12:13:10 2017 +0000

regedit: Do not abort if the /m switch is used.

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/regedit/regedit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/regedit/regedit.c b/programs/regedit/regedit.c
index 2d724f9..fe0163c 100644
--- a/programs/regedit/regedit.c
+++ b/programs/regedit/regedit.c
@@ -209,6 +209,7 @@ BOOL ProcessCmdLine(WCHAR *cmdline)
             break;
         case 'C':
         case 'L':
+        case 'M':
         case 'R':
             /* unhandled */;
             break;




More information about the wine-cvs mailing list