[PATCH 1/2] regedit: Accept /C as a valid switch

Hugh McMaster hugh.mcmaster at outlook.com
Fri Jun 24 02:56:19 CDT 2016


For https://bugs.winehq.org/show_bug.cgi?id=30548

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 programs/regedit/regedit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/regedit/regedit.c b/programs/regedit/regedit.c
index 5e873e1..20a66ba 100644
--- a/programs/regedit/regedit.c
+++ b/programs/regedit/regedit.c
@@ -231,6 +231,7 @@ BOOL ProcessCmdLine(LPSTR lpCmdLine)
         case 'E':
             action = ACTION_EXPORT;
             break;
+        case 'C':
         case 'L':
         case 'R':
             /* unhandled */;
-- 
2.7.4




More information about the wine-patches mailing list