delphi-rest-client-api
delphi-rest-client-api copied to clipboard
Delphi 2007 bad typecast
In unit RestJsonUtils.pas on line 386 where is this:
p := PSOChar(str);
But in non-unicode Delphi 2007 is str ansi string and PSOChar is equal with PWideChar. This will cause other code to behave unexpectedly.