mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:29:20 +02:00
* Use aValue instead of Value. Fix issue #39938
This commit is contained in:
parent
e736011c37
commit
eb8c322a53
@ -780,7 +780,7 @@ begin
|
||||
end//FMaskSave = True
|
||||
else
|
||||
begin//FMaskSave = False
|
||||
if Value<>'' then
|
||||
if AValue<>'' then
|
||||
begin
|
||||
if FTrimType = metTrimRight then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user