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
I'm parse xml in program build in FPC.
If the text of the attribute is longer than 255 characters, it is possible that when you access it, you will get the text of another attribute.
The reason is that is used FHashTable work the shortstring (max len 255 symbol).
In FPC 3.0.4 unit IniFiIes contains type TStringHash (Equivalent of the corresponding type in Delphi).
I suggest to replace FHashTable on TStringHash if build FPC.
The text was updated successfully, but these errors were encountered:
I'm parse xml in program build in FPC.
If the text of the attribute is longer than 255 characters, it is possible that when you access it, you will get the text of another attribute.
The reason is that is used FHashTable work the shortstring (max len 255 symbol).
In FPC 3.0.4 unit IniFiIes contains type TStringHash (Equivalent of the corresponding type in Delphi).
I suggest to replace FHashTable on TStringHash if build FPC.
The text was updated successfully, but these errors were encountered: