mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Address issue #5
This commit is contained in:
parent
5edce67f73
commit
0bd4984c06
@ -134,7 +134,7 @@ namespace DiscUtils.Fat
|
||||
|
||||
if (!TryLoadCurrentCluster())
|
||||
{
|
||||
if ((_position == _length || _position == DetectLength()) && !_atEOF)
|
||||
if ((_position == _length || _position == DetectLength()))
|
||||
{
|
||||
_atEOF = true;
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user