mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 10:59:44 +02:00
Adapt length of tprocinfoopt record string field to longest string
git-svn-id: trunk@23573 -
This commit is contained in:
parent
3ca7a5ff8e
commit
a4e0a4c0f5
@ -1020,7 +1020,7 @@ procedure readprocinfooptions(space : string);
|
||||
type
|
||||
tprocinfoopt=record
|
||||
mask : tprocinfoflag;
|
||||
str : string[80];
|
||||
str : string[81];
|
||||
end;
|
||||
const
|
||||
procinfoopts=ord(high(tprocinfoflag)) - ord(low(tprocinfoflag));
|
||||
|
Loading…
Reference in New Issue
Block a user