@@ -639,11 +639,11 @@ if (!_quiet) { if (type == nil) type = @"unknown"; - if (lengthString != nil) { + if (_length >= 0) { if (_resumedFrom + _length >= GIBIBYTE) lengthString = [OFString stringWithFormat: @"%.2f GiB", (float)(_resumedFrom + _length) / GIBIBYTE]; else if (_resumedFrom + _length >= MEBIBYTE)