From a61cf3f4c77162ff2a3c298e3e0f4c91b2c791ea Mon Sep 17 00:00:00 2001 From: Toki Date: Sun, 2 Feb 2025 18:09:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/system_util.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/system_util.dart b/lib/utils/system_util.dart index 28a1b67..fd385b2 100644 --- a/lib/utils/system_util.dart +++ b/lib/utils/system_util.dart @@ -30,7 +30,7 @@ void initialize(String name, String appID) { dataPath = '${Path.dataPath}$debugPath'; and = Platform.isWindows ? ';' : '&&'; - intMax = (1 << ((-1).bitLength - 1)) - 1; + intMax = 9007199254740991; intMin = -intMax; }