mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:59:24 +02:00
* firstoff->widefirstoff typo correction
git-svn-id: trunk@3629 -
This commit is contained in:
parent
cc7cea1a5d
commit
96ad9ad3cf
@ -710,7 +710,7 @@ begin
|
||||
{ Force nil termination in case it gets shorter }
|
||||
PWord(Pointer(S)+l*sizeof(WideChar))^:=0;
|
||||
{$ifndef FPC_WINLIKEWIDESTRING}
|
||||
PWideRec(Pointer(S)-FirstOff)^.Len:=l*sizeof(WideChar);
|
||||
PWideRec(Pointer(S)-WideFirstOff)^.Len:=l*sizeof(WideChar);
|
||||
{$endif FPC_WINLIKEWIDESTRING}
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user