mirror of
https://github.com/2dust/v2rayN.git
synced 2025-09-06 18:26:19 +00:00
Update Utils.cs
This commit is contained in:
parent
56bb63a012
commit
f036f12925
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue