mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-18 23:54:49 +03:00
Update Utils.cs
This commit is contained in:
@@ -273,7 +273,7 @@ namespace v2rayN
|
||||
{
|
||||
var factor = 1024u;
|
||||
var KBs = amount / factor;
|
||||
if(amount / factor > 0)
|
||||
if(KBs > 0)
|
||||
{
|
||||
// multi KB
|
||||
var MBs = KBs / factor;
|
||||
|
||||
Reference in New Issue
Block a user