mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:40:34 +02:00
* Fix length size for non-short string types
git-svn-id: trunk@17961 -
This commit is contained in:
parent
f23b265ce1
commit
0ca127b97e
@ -1932,25 +1932,25 @@ begin
|
||||
ibwidestringdef :
|
||||
begin
|
||||
readcommondef('WideString definition',defoptions);
|
||||
writeln(space,' Length : ',getlongint);
|
||||
writeln(space,' Length : ',getaint);
|
||||
end;
|
||||
|
||||
ibunicodestringdef :
|
||||
begin
|
||||
readcommondef('UnicodeString definition',defoptions);
|
||||
writeln(space,' Length : ',getlongint);
|
||||
writeln(space,' Length : ',getaint);
|
||||
end;
|
||||
|
||||
ibansistringdef :
|
||||
begin
|
||||
readcommondef('AnsiString definition',defoptions);
|
||||
writeln(space,' Length : ',getlongint);
|
||||
writeln(space,' Length : ',getaint);
|
||||
end;
|
||||
|
||||
iblongstringdef :
|
||||
begin
|
||||
readcommondef('Longstring definition',defoptions);
|
||||
writeln(space,' Length : ',getlongint);
|
||||
writeln(space,' Length : ',getaint);
|
||||
end;
|
||||
|
||||
ibrecorddef :
|
||||
|
Loading…
Reference in New Issue
Block a user