mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 02:41:51 +02:00
Fixes pointer error for turkish
git-svn-id: trunk@32753 -
This commit is contained in:
parent
62b7fa90b6
commit
e1b8857eae
@ -1190,6 +1190,7 @@ begin
|
||||
if IsTurkish and (AInStr[InCounter] = 'I') then
|
||||
begin
|
||||
SetLength(Result,Length(Result)+1);// Increase the buffer
|
||||
OutStr := PChar(Result);
|
||||
OutStr[OutCounter]:=#$C4;
|
||||
OutStr[OutCounter+1]:=#$B1;
|
||||
inc(InCounter);
|
||||
|
Loading…
Reference in New Issue
Block a user