4331: typo

svn: r17496
This commit is contained in:
Jérôme Rapinat
2011-05-14 14:02:20 +00:00
parent 9e43103fd5
commit 3c955ed9ec
3 changed files with 3 additions and 3 deletions

View File

@ -1467,7 +1467,7 @@ class ViewManager(CLIManager):
try:
bytes += posixpath.getsize(fullname)
length = len(str(bytes))
if bytes <= 99999:
if bytes <= 999999:
mbytes = "< 1"
else:
mbytes = str(bytes)[:(length-6)]