add missing return

git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@193 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2011-06-22 10:41:41 +00:00
parent 8e839121de
commit 1cd0f96bf4

View File

@ -25,6 +25,7 @@ ts method size {} {
file stat $file st
set sz [expr $st(size) / 1048576]
}
return $sz
}
ts method _parse {line} {