mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Variable was simplified
This commit is contained in:
parent
0fb911be5e
commit
382164d73f
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ protected override void WndProc(ref Message m)
|
|||
base.WndProc(ref m);
|
||||
}
|
||||
|
||||
static string SizeSuffix(Int64 value)
|
||||
static string SizeSuffix(long value)
|
||||
{
|
||||
if (value < 0) { return "-" + SizeSuffix(-value); }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue