wangchuanjin 8 rokov pred
rodič
commit
85cb78c4b2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      common/src/qfw/util/common.go

+ 1 - 1
common/src/qfw/util/common.go

@@ -524,7 +524,7 @@ func ConvertFileSize(s int) string {
 		}
 		return fmt.Sprintf("%.1f KB", f)
 	}
-	return fmt.Sprintf("%d B", size)
+	return fmt.Sprintf("%d B", s)
 }
 
 //MD5签名