26 Sep
2022
26 Sep
'22
3:15 a.m.
https://bugs.winehq.org/show_bug.cgi?id=53715 --- Comment #10 from Erich E. Hoover <erich.e.hoover(a)gmail.com> --- (In reply to Béla Gyebrószki from comment #8)
Unfortunately that doesn't fix the problem when 'Show dot files' is unchecked.
If you don't mind testing, this should do the trick: === while (p > name && p[-1] == '/') p--; while (p > name && p[-1] != '/') p--; return (p < end && p[0] == '.' && p[1] && (p[1] != '.' || p[2])); === -- 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.