You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: