mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 11:30:38 +02:00
* fixed SetIsEmpty
git-svn-id: trunk@45094 -
This commit is contained in:
parent
04554d7505
commit
f72a795cc7
@ -5990,7 +5990,7 @@ implementation
|
|||||||
if AValue then
|
if AValue then
|
||||||
include(implprocoptions,pio_empty)
|
include(implprocoptions,pio_empty)
|
||||||
else
|
else
|
||||||
include(implprocoptions,pio_empty);
|
exclude(implprocoptions,pio_empty);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user