mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 05:07:30 +01:00
* Stupid typo fixed.
This commit is contained in:
parent
5d506871af
commit
b9728a8a75
@ -208,7 +208,7 @@ unit files;
|
|||||||
|
|
||||||
constructor tinputfile.init(const fn:string);
|
constructor tinputfile.init(const fn:string);
|
||||||
var
|
var
|
||||||
p:sirstr;
|
p:dirstr;
|
||||||
n:namestr;
|
n:namestr;
|
||||||
e:extstr;
|
e:extstr;
|
||||||
begin
|
begin
|
||||||
@ -1021,7 +1021,10 @@ unit files;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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.
|
* Staticlibfilename now doesn't include path.
|
||||||
|
|
||||||
Revision 1.61 1998/10/14 10:57:25 daniel
|
Revision 1.61 1998/10/14 10:57:25 daniel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user