From fa05f89529e05078b29606e4beda3de5cfdce485 Mon Sep 17 00:00:00 2001 From: admin <lrj@aelines-MacBook-Air.local> Date: 星期日, 04 九月 2022 17:41:31 +0800 Subject: [PATCH] 广告升级 --- Pods/MMKVCore/Core/CodedInputDataCrypt.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Pods/MMKVCore/Core/CodedInputDataCrypt.cpp b/Pods/MMKVCore/Core/CodedInputDataCrypt.cpp index 02e2636..44111f2 100644 --- a/Pods/MMKVCore/Core/CodedInputDataCrypt.cpp +++ b/Pods/MMKVCore/Core/CodedInputDataCrypt.cpp @@ -108,7 +108,7 @@ bytesLeftInBuffer = m_decryptBufferSize - m_decryptBufferDecryptLength; } } - // still no enough sapce, try realloc() + // still no enough space, try realloc() if (bytesLeftInBuffer < length) { auto newSize = m_decryptBufferSize + length; auto newBuffer = realloc(m_decryptBuffer, newSize); -- Gitblit v1.8.0