[PATCH 1/2] msvcp140: Implement _Stat and _Lstat (v3).

Piotr Caban piotr.caban at gmail.com
Fri Jul 14 05:21:33 CDT 2017


Hi,

Andrey has spotted one more thing in the patch:
+        ok(tests[i].perms == tests[i].perms, "_Stat(): test %d perms 
expect: 0%o, got 0%o\n",
+                i+1, tests[i].perms, perms);
+

there should be:
ok(perms == tests[i].perms, ...

Thanks,
Piotr



More information about the wine-devel mailing list