[*] changed this to be a soft-failure
This commit is contained in:
parent
11ba608727
commit
00129255f8
@ -123,11 +123,6 @@ namespace Aurora::IO::FS
|
||||
length -= read;
|
||||
}
|
||||
|
||||
if (!offset)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
parameters.outVariable = offset;
|
||||
return true;
|
||||
}
|
||||
|
@ -214,11 +214,6 @@ namespace Aurora::IO::FS
|
||||
length -= read;
|
||||
}
|
||||
|
||||
if (!offset)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
parameters.outVariable = offset;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user