소스 검색

* Stupid typo fixed.

daniel 27 년 전
부모
커밋
b9728a8a75
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      compiler/files.pas

+ 5 - 2
compiler/files.pas

@@ -208,7 +208,7 @@ unit files;
 
     constructor tinputfile.init(const fn:string);
       var
-        p:sirstr;
+        p:dirstr;
         n:namestr;
         e:extstr;
       begin
@@ -1021,7 +1021,10 @@ unit files;
 end.
 {
   $Log$
-  Revision 1.62  1998-10-14 10:59:37  daniel
+  Revision 1.63  1998-10-14 11:02:49  daniel
+  * Stupid typo fixed.
+
+  Revision 1.62  1998/10/14 10:59:37  daniel
   * Staticlibfilename now doesn't include path.
 
   Revision 1.61  1998/10/14 10:57:25  daniel