Adapt length of tprocinfoopt record string field to longest string

git-svn-id: trunk@23573 -
This commit is contained in:
pierre 2013-02-04 23:01:36 +00:00
parent 3ca7a5ff8e
commit a4e0a4c0f5

View File

@ -1020,7 +1020,7 @@ procedure readprocinfooptions(space : string);
type type
tprocinfoopt=record tprocinfoopt=record
mask : tprocinfoflag; mask : tprocinfoflag;
str : string[80]; str : string[81];
end; end;
const const
procinfoopts=ord(high(tprocinfoflag)) - ord(low(tprocinfoflag)); procinfoopts=ord(high(tprocinfoflag)) - ord(low(tprocinfoflag));