Browse Source

Fix localsize

Jakob Borg 11 years ago
parent
commit
27cd6e60f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      model/model.go

+ 1 - 1
model/model.go

@@ -265,7 +265,7 @@ func (m *Model) LocalSize(repo string) (files, deleted int, bytes int64) {
 			return true
 		})
 	}
-	return 0, 0, 0
+	return
 }
 
 // NeedSize returns the number and total size of currently needed files.