mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 11:28:07 +02:00
* pbyte killed, it is in systems nowadays
git-svn-id: trunk@10096 -
This commit is contained in:
parent
6d5c3bbee6
commit
66676be8e5
@ -346,8 +346,7 @@ end;
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
Function TStream.ReadAnsiString : String;
|
Function TStream.ReadAnsiString : String;
|
||||||
Type
|
|
||||||
PByte = ^Byte;
|
|
||||||
Var
|
Var
|
||||||
TheSize : Longint;
|
TheSize : Longint;
|
||||||
P : PByte ;
|
P : PByte ;
|
||||||
|
Loading…
Reference in New Issue
Block a user