diff --git a/libhac.Nand/DiscUtils.Fat/ClusterStream.cs b/libhac.Nand/DiscUtils.Fat/ClusterStream.cs index c02b015f..97167e58 100644 --- a/libhac.Nand/DiscUtils.Fat/ClusterStream.cs +++ b/libhac.Nand/DiscUtils.Fat/ClusterStream.cs @@ -134,7 +134,7 @@ namespace DiscUtils.Fat if (!TryLoadCurrentCluster()) { - if ((_position == _length || _position == DetectLength()) && !_atEOF) + if ((_position == _length || _position == DetectLength())) { _atEOF = true; return 0;