Selaa lähdekoodia

* fixed copy/paste error in r31285

git-svn-id: trunk@32908 -
Jonas Maebe 9 vuotta sitten
vanhempi
commit
4cfec3b6e9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      compiler/symcreat.pas

+ 1 - 1
compiler/symcreat.pas

@@ -1396,7 +1396,7 @@ implementation
       newpd.import_name:=orgpd.import_name;
       orgpd.import_name:=nil;
       newpd.import_dll:=orgpd.import_dll;
-      newpd.import_dll:=nil;
+      orgpd.import_dll:=nil;
       newpd.import_nr:=orgpd.import_nr;
       orgpd.import_nr:=0;
       newpd.setmangledname(newname);