1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Re-fix compile error (sign-unsign) Modified filamtxt.cpp

This commit is contained in:
Olivier Bertrand
2020-11-07 23:58:57 +01:00
parent 8985933881
commit 90405763cf

View File

@@ -1873,7 +1873,7 @@ PJSON SWAP::MptrJson(PJSON ojp) { // ojp is an offset
PJAR SWAP::MptrArray(PJAR ojar) { PJAR SWAP::MptrArray(PJAR ojar) {
PJAR jarp = (PJAR)MakePtr(Base, (size_t)ojar); PJAR jarp = (PJAR)MakePtr(Base, (size_t)ojar);
jarp = (PJAR)new((long long)jarp) JARRAY(NULL); jarp = (PJAR)new((long long)jarp) JARRAY(0);
if (jarp->First) { if (jarp->First) {
for (int i = 0; i < jarp->Size; i++) for (int i = 0; i < jarp->Size; i++)