i give up on formatting...

This commit is contained in:
Elias Bachaalany
2025-02-11 10:31:20 -08:00
parent d399808b39
commit b1960584cd

View File

@@ -3124,7 +3124,9 @@ namespace
const auto local_filename = c.win_emu.file_sys.translate(filename).string();
struct _stat64 file_stat {};
struct _stat64 file_stat
{
};
if (_stat64(local_filename.c_str(), &file_stat) != 0)
{
return STATUS_OBJECT_NAME_NOT_FOUND;