mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
+ Fixed typo, patch by Colin Western
git-svn-id: trunk@507 -
This commit is contained in:
parent
a568981d7f
commit
fee6627a8a
@ -633,7 +633,6 @@ begin
|
||||
Dec(Pointer(S),WideFirstOff);
|
||||
if L*sizeof(WideChar)+WideRecLen>MemSize(Pointer(S)) then
|
||||
reallocmem(pointer(S), L*sizeof(WideChar)+WideRecLen);
|
||||
end;
|
||||
Inc(Pointer(S), WideFirstOff);
|
||||
end
|
||||
{$endif MSWINDOWS}
|
||||
|
Loading…
Reference in New Issue
Block a user