Selaa lähdekoodia

* fixed previous commit

git-svn-id: trunk@3195 -
Jonas Maebe 19 vuotta sitten
vanhempi
commit
76937d5222
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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