Browse Source

* fixed previous commit

git-svn-id: trunk@3195 -
Jonas Maebe 19 years ago
parent
commit
76937d5222
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -1976,7 +1976,7 @@ end;
         hs : string;
       begin
         result:=false;
-        if (hs = '') then
+        if (s = '') then
           exit;
         hs:=upper(s);
         if (hs = 'DEFAULT') then