[PATCH 7/7] [attrib] Remove redundant code

Ann and Jason Edmeades jason at edmeades.me.uk
Mon Nov 5 16:26:13 CST 2012


Attrib /r is not valid as far as I can tell, and it would be caught
by the generic fixme anyway.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20121105/3daf7efa/attachment.html>
-------------- next part --------------
From 142a4afb9015f9178bbf14f2af030c4a1b8fb6be Mon Sep 17 00:00:00 2001
From: Jason Edmeades <jason at edmeades.me.uk>
Date: Mon, 5 Nov 2012 22:17:21 +0000
Subject: [PATCH 7/7] [attrib] Remove redundant code

Attrib /r is not valid as far as I can tell, and it would be caught
by the generic fixme anyway.
---
 programs/attrib/attrib.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/programs/attrib/attrib.c b/programs/attrib/attrib.c
index 42776b0..ee05d88 100644
--- a/programs/attrib/attrib.c
+++ b/programs/attrib/attrib.c
@@ -289,8 +289,6 @@ int wmain(int argc, WCHAR *argv[])
         } else if (param[0] == '/') {
             if (((param[1] == 'D') || (param[1] == 'd')) && !param[2]) {
                 attrib_includedirs = TRUE;
-            } else if (((param[1] == 'R') || (param[1] == 'r')) && !param[2]) {
-                WINE_FIXME("Option /R not yet supported\n");
             } else if (((param[1] == 'S') || (param[1] == 's')) && !param[2]) {
                 attrib_recurse = TRUE;
             } else {
-- 
1.7.9.5


More information about the wine-patches mailing list