From 47cfc77879455dc256ea645b12741250b08cf138 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 20 Apr 2024 15:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=BA=E4=BE=BF=E6=8A=8A=E5=90=8E=E9=9D=A2?= =?UTF-8?q?=E8=BF=99=E9=87=8C=E7=9A=84=E4=B9=9F=E6=9B=BF=E6=8D=A2=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 21f4d74..a43fbf4 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -9235,16 +9235,16 @@ H.JsLinkedHashMap.prototype = { var s, r, q = this if (typeof b == "string") { s = q.b - q.cQ(s == null ? q.b = q.ca() : s, b, c) + q.cQ(s == null ? q.b = q._newHashTable() : s, b, c) } else if (typeof b == "number" && (b & 0x3ffffff) === b) { r = q.c - q.cQ(r == null ? q.c = q.ca() : r, b, c) + q.cQ(r == null ? q.c = q._newHashTable() : r, b, c) } else q.f2(b, c) }, f2(a, b) { var s, r, q, p = this, o = p.d - if (o == null) o = p.d = p.ca() + if (o == null) o = p.d = p._newHashTable() s = p.bQ(a) r = p.bG(o, s) if (r == null) p.cd(o, s, [p.c_(a, b)])