mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 04:29:26 +02:00
merge r17371 from cpstrnew branch by michael:
* Patch from Inoussa to fix tunistr5.pp git-svn-id: trunk@19108 -
This commit is contained in:
parent
7fd7eee1c9
commit
4b9a082152
@ -94,7 +94,7 @@ uses
|
||||
else
|
||||
begin
|
||||
list.concat(Tai_const.Create_pint(-1));
|
||||
list.concat(Tai_const.Create_pint(strlength*cwidechartype.size));
|
||||
list.concat(Tai_const.Create_pint(strlength));
|
||||
end;
|
||||
{ make sure the string doesn't get dead stripped if the header is referenced }
|
||||
if (target_info.system in systems_darwin) then
|
||||
|
Loading…
Reference in New Issue
Block a user