[Bug 44721] GetFullPathName return path

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 12 04:36:58 CDT 2018


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

--- Comment #3 from Stan <markau0 at lycos.com> ---
>From debugging it seems like a command line argument parse error.

The c:\windows\notepad.exe command line argument is getting passed to
GetFullPathName as c:windowsnotepad.exe where the single backslash \ characters
are parsed out by the command line parser before it reaches the GetFullPathName
function (or any function for that matter).

-- 
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