mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 07:52:31 +00:00
Clang
Clang
This commit is contained in:
parent
8165c82c8f
commit
8a5b333177
@ -131,7 +131,8 @@ namespace {
|
|||||||
case SeekOrigin::End:
|
case SeekOrigin::End:
|
||||||
return SEEK_END;
|
return SEEK_END;
|
||||||
default:
|
default:
|
||||||
LOG_ERROR(Common_Filesystem, "Unsupported origin {}, defaulting to SEEK_SET", static_cast<u32>(origin));
|
LOG_ERROR(Common_Filesystem, "Unsupported origin {}, defaulting to SEEK_SET",
|
||||||
|
static_cast<u32>(origin));
|
||||||
return SEEK_SET;
|
return SEEK_SET;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user