http://bugs.winehq.org/show_bug.cgi?id=7698
Sam Edwards <CFSworks(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |CFSworks(a)gmail.com
--- Comment #232 from Sam Edwards <CFSworks(a)gmail.com> 2013-05-02 18:31:46 CDT ---
I'm completely certain that this bug is the same as bug 12044 (which has been
fixed by commit 21dbe1c949af569daf0a4db4eef45e40fc780f0b). However, since this
bug isn't as consistent as 12044, I haven't ever seen it happen myself. Can
someone else retest against the latest Git and confirm that it is indeed fixed?
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4742
Qian Hong <fracting(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fracting(a)gmail.com
--
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.
http://bugs.winehq.org/show_bug.cgi?id=7961
Fabian Ebner <f.ebner94(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |f.ebner94(a)gmail.com
--- Comment #16 from Fabian Ebner <f.ebner94(a)gmail.com> 2013-05-01 08:50:28 CDT ---
(In reply to comment #9)
> It's NTDLL (eg. match_filename()) we have to fix.
>
> Thank you Jason, I'll start making tests.
>
No, match_filename gets passed the wrong mask L"*" instead of L".*", the real
problem is in ntdll/path.c function collapse_path:
...
/* remove trailing spaces and dots (yes, Windows really does that, don't
ask) */
while (p > path + mark && (p[-1] == ' ' || p[-1] == '.')) p--;
...
--
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.
http://bugs.winehq.org/show_bug.cgi?id=6955
Luke Bratch <l_bratch(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |l_bratch(a)yahoo.co.uk
--
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.