[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:02:42 UTC 2012


The following commit has been merged in the wheezy branch:
commit 61e092aa37eb729fdd967c41bcf2b1913f3a7633
Author: Christian Costa <titan.costa at gmail.com>
Date:   Mon Mar 26 22:05:37 2012 +0200

    attrib: Display unknown options.
    (cherry picked from commit 25b97e99839473276bfba9a35abde480a7181c55)

diff --git a/programs/attrib/attrib.c b/programs/attrib/attrib.c
index 0728563..34b8592 100644
--- a/programs/attrib/attrib.c
+++ b/programs/attrib/attrib.c
@@ -167,7 +167,7 @@ int wmain(int argc, WCHAR *argv[])
             } else if (((param[1] == 'R') || (param[1] == 'r')) && !param[2]) {
                 WINE_FIXME("Option /R not yet supported\n");
             } else {
-                WINE_FIXME("Unrecognized option\n");
+                WINE_FIXME("Unknown option %s\n", debugstr_w(param));
             }
         } else if (param[0]) {
             strcpyW(name, param);

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list