22 May
2019
22 May
'19
12:10 a.m.
https://bugs.winehq.org/show_bug.cgi?id=47169 --- Comment #18 from TOM <l12436(a)yahoo.com.tw> --- Created attachment 64531 --> https://bugs.winehq.org/attachment.cgi?id=64531 stdout of lstat and fstat I saw that lstat only test Data directory and nothing else. fstat still load the esp under the Data. fstat log is generated by only changing lstat( fd->unix_name, &st ); to fstat( fd->unix_fd, &st ); current code { fstat( fd->unix_fd, &st ); fprintf(stderr, "'%s' '%s' %m\n", name, fd->unix_name); } -- 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.