[Bug 14866] expand: Wine's expand program fails on /r option

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 15 02:45:46 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14866


Hans Leidekker <hans at meelstraat.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hans at meelstraat.net




--- Comment #2 from Hans Leidekker <hans at meelstraat.net>  2008-08-15 02:45:46 ---
+static BOOL option_equal(LPCSTR str1, LPCSTR str2)
+{
+    if (str1[0] != '/' && str1[0] != '-')
+        return FALSE;
+    return lstrcmpA( str1 + 1, str2 );
+}

You mean !lstrcmpA( str1 + 1, str2 ), right?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list