https://bugs.winehq.org/show_bug.cgi?id=47169
--- Comment #20 from Erich E. Hoover erich.e.hoover@gmail.com --- (In reply to TOM from comment #18)
Created attachment 64531 [details] stdout of lstat and fstat
I saw that lstat only test Data directory and nothing else. fstat still load the esp under the Data. ...
There is a lot in these logs and I do not know what to look for (there are lots of Data directory printouts). Could you give me a line number or something to search for so that I can see exactly what you mean? I am very surprised that you get nothing when you compare the return value to -1 to restrict the fprintf to failed calls.
(In reply to TOM from comment #19)
... and I was wondering, %m did not need anything pass to it ?
No, %m returns the human-readable error string for the current value of "errno".