Skip to content

Commit

Permalink
work on NCFileUtilsWin.cc compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Oct 31, 2024
1 parent 934bd14 commit 318340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncrystal_core/src/NCFileUtilsWin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ namespace NCRYSTAL_NAMESPACE {
WIN32_FIND_DATAW fdata;
HANDLE fh = FindFirstFileW(wpattern.c_str(), &fdata);
if (fh == INVALID_HANDLE_VALUE) {
NCRYSTAL_MSG("TKTEST INVALID_HANDLE_VALUE"<<std::end;
NCRYSTAL_MSG("TKTEST INVALID_HANDLE_VALUE");
return result;
}
while (true) {
Expand Down

0 comments on commit 318340e

Please sign in to comment.