| commit | f69e2f6fdab40c7612be5fd69960b8c7d40dba44 | [log] [tgz] |
|---|---|---|
| author | Mike Hommey <mh@glandium.org> | Thu Mar 12 08:51:05 2015 +0900 |
| committer | Jason Evans <je@fb.com> | Fri Mar 13 13:54:02 2015 -0700 |
| tree | fe5253946fd1bdd7f8a00a9bb5a930e6e77fbab8 | |
| parent | d69964bd2d31387f79a5f0494de8fd255b693afb [diff] |
Use the error code given to buferror on Windows a14bce85 made buferror not take an error code, and make the Windows code path for buferror use GetLastError, while the alternative code paths used errno. Then 2a83ed02 made buferror take an error code again, and while it changed the non-Windows code paths to use that error code, the Windows code path was not changed accordingly.