[*] changed this to be a soft-failure

This commit is contained in:
Reece Wilson 2023-04-19 04:03:49 +01:00
parent 11ba608727
commit 00129255f8
2 changed files with 0 additions and 10 deletions

View File

@ -123,11 +123,6 @@ namespace Aurora::IO::FS
length -= read;
}
if (!offset)
{
return false;
}
parameters.outVariable = offset;
return true;
}

View File

@ -214,11 +214,6 @@ namespace Aurora::IO::FS
length -= read;
}
if (!offset)
{
return false;
}
parameters.outVariable = offset;
return true;
}