8 Mar
2018
8 Mar
'18
8:39 p.m.
https://bugs.winehq.org/show_bug.cgi?id=42446 --- Comment #31 from Louis Lenders <xerox.xerox2000x(a)gmail.com> ---
changing
c = strrchrW( volumenameW, '\\' );
to
c = strrchrW( volumenameW, '/' );
results in correct volumename being returned and Native Access then works normally.
Hi Stan, just checked but that single change breaks the tests in kernel32/tests so I guess a fix is more complicated then this single change -- 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.