[Bug 1469] Regression: winzip 7.0 (SR-1) fails to install since 20030408 wine

Wine Bugs wine-bugs at winehq.com
Mon May 26 00:14:52 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1469


mike_mccormack at start.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1




------- Additional Comments From mike_mccormack at start.com.au  2003-26-05 00:14 -------
This bug is dependent on the current working directory.
Uwe's patch is correct, but the bug it fixes was masking another.

cwd = c:\
FindFirstFile("C:") -> INVALID_HANDLE_VALUE

cwd = c:\windows
FindFirstFile("c:") -> one entry -> "windows"

So it appears that:

cwd = c:\windows
FindFirstFile("c:") 

is the same as

cwd = c:\
FindFirstFile("c:\windows")

interesting implementation hey?

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list