Skip to content

Commit

Permalink
restore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNumbat committed Jun 13, 2024
1 parent ca2f130 commit fc0fb77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpp/w32/files_w32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace rpp::Files {
}

if(GetFileAttributesExW(ucs2_path, GetFileExInfoStandard, (LPVOID)&attrib) == 0) {
warn("Failed to get file attributes %: %", path, Log::sys_error());
return {};
}

Expand Down

0 comments on commit fc0fb77

Please sign in to comment.