mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:59:10 +02:00
* fixed previous commit
git-svn-id: trunk@3195 -
This commit is contained in:
parent
b7a936faa0
commit
76937d5222
@ -1976,7 +1976,7 @@ end;
|
||||
hs : string;
|
||||
begin
|
||||
result:=false;
|
||||
if (hs = '') then
|
||||
if (s = '') then
|
||||
exit;
|
||||
hs:=upper(s);
|
||||
if (hs = 'DEFAULT') then
|
||||
|
Loading…
Reference in New Issue
Block a user