mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Address issue #5
This commit is contained in:
parent
5edce67f73
commit
0bd4984c06
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue