Skip to content

Commit

Permalink
hresult
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Dec 19, 2023
1 parent 21667a8 commit 38222a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ static void GetFiles(const string& pattern, vector<string>* files) {
files->push_back(dirname + data.cFileName);
} while (FindNextFileA(handle, &data));
BOOL result = FindClose(handle);
LOG_SYSRESULT(result != 0);
LOG_SYSRESULT(GetLastError());
#else
# error There is no way to do glob.
#endif
Expand Down

0 comments on commit 38222a3

Please sign in to comment.