Fixes Windows release build
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -215,7 +215,7 @@ namespace Platform
|
||||
{
|
||||
if (handle != PlatformSpecificInvalidHandle)
|
||||
{
|
||||
off_t result = fseeko(handle, static_cast<off_t>(offset), mode);
|
||||
fseeko(handle, static_cast<off_t>(offset), mode);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user