You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! mingw: ensure getcwd() reports the correct case
The return value of GetCurrentDirectoryW() upon errors is actually 0, not
negative (it cannot be negative, as DWORD is an *unsigned* data type).
Also, when converting from _wgetcwd(), I forgot to add errno explicitly...
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments