mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-07 15:09:56 +01:00
* mistyping fixed
This commit is contained in:
parent
ab27397399
commit
1f88f17a7f
@ -990,6 +990,7 @@ begin
|
|||||||
@End:
|
@End:
|
||||||
end;
|
end;
|
||||||
GetEnv := StrPas (P);
|
GetEnv := StrPas (P);
|
||||||
|
end;
|
||||||
{$ASMMODE ATT}
|
{$ASMMODE ATT}
|
||||||
|
|
||||||
procedure fsplit(path:pathstr;var dir:dirstr;var name:namestr;
|
procedure fsplit(path:pathstr;var dir:dirstr;var name:namestr;
|
||||||
@ -1213,7 +1214,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.21 2002-12-07 19:17:13 hajny
|
Revision 1.22 2002-12-07 19:46:56 hajny
|
||||||
|
* mistyping fixed
|
||||||
|
|
||||||
|
Revision 1.21 2002/12/07 19:17:13 hajny
|
||||||
* GetEnv correction, better PM support, ...
|
* GetEnv correction, better PM support, ...
|
||||||
|
|
||||||
Revision 1.20 2002/11/18 19:51:00 hajny
|
Revision 1.20 2002/11/18 19:51:00 hajny
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user