delphi-rest-client-api icon indicating copy to clipboard operation
delphi-rest-client-api copied to clipboard

Delphi 2007 bad typecast

Open ManD12 opened this issue 2 years ago • 0 comments

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.

ManD12 avatar Aug 08 '23 16:08 ManD12