Browse Source

* typo correction

pierre 26 years ago
parent
commit
53165d530c
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/win_targ.pas

+ 5 - 2
compiler/win_targ.pas

@@ -155,7 +155,7 @@ unit win_targ;
       begin
       begin
          { that IS wrong for DRV files
          { that IS wrong for DRV files
          hs:=SplitName(module); }
          hs:=SplitName(module); }
-         hs:=DDLName(module);
+         hs:=DllName(module);
          { search for the module }
          { search for the module }
          hp1:=pimportlist(current_module^.imports^.first);
          hp1:=pimportlist(current_module^.imports^.first);
          while assigned(hp1) do
          while assigned(hp1) do
@@ -710,7 +710,10 @@ unit win_targ;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.22  1999-04-07 14:04:40  pierre
+  Revision 1.23  1999-04-07 14:18:32  pierre
+   * typo correction
+
+  Revision 1.22  1999/04/07 14:04:40  pierre
     * adds .dll as library suffix only if
     * adds .dll as library suffix only if
       the name does not end with .dll .drv or .exe !
       the name does not end with .dll .drv or .exe !