Ver código fonte

Remove implicit string conversion. The digits of the number will always be less than $7F. ~7%

Alligator-1 1 mês atrás
pai
commit
d686abacc6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/fcl-json/src/jsonreader.pp

+ 1 - 1
packages/fcl-json/src/jsonreader.pp

@@ -280,7 +280,7 @@ Var
   I64 : Int64;
   I64 : Int64;
   QW  : QWord;
   QW  : QWord;
   F : TJSONFloat;
   F : TJSONFloat;
-  S : String;
+  S : RawByteString;
 
 
 begin
 begin
   S:=CurrentTokenString;
   S:=CurrentTokenString;