mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:09:20 +02:00
* Fixed typo in line 1375 ("fpidr" instead of "fpcdir")
This commit is contained in:
parent
19ef67c838
commit
de3a50306d
@ -1372,7 +1372,7 @@ begin
|
|||||||
if fpcdir='' then
|
if fpcdir='' then
|
||||||
begin
|
begin
|
||||||
if PathExists('/usr/local/lib/fpc/'+version_string) then
|
if PathExists('/usr/local/lib/fpc/'+version_string) then
|
||||||
fpcidr:='/usr/local/lib/fpc/'+version_string
|
fpcdir:='/usr/local/lib/fpc/'+version_string
|
||||||
else
|
else
|
||||||
fpcdir:='/usr/lib/fpc/'+version_string;
|
fpcdir:='/usr/lib/fpc/'+version_string;
|
||||||
end;
|
end;
|
||||||
@ -1427,7 +1427,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.54 2000-01-23 16:36:37 peter
|
Revision 1.55 2000-01-23 18:20:50 sg
|
||||||
|
* Fixed typo in line 1375 ("fpidr" instead of "fpcdir")
|
||||||
|
|
||||||
|
Revision 1.54 2000/01/23 16:36:37 peter
|
||||||
* better auto RTL dir detection
|
* better auto RTL dir detection
|
||||||
|
|
||||||
Revision 1.53 2000/01/20 10:36:44 daniel
|
Revision 1.53 2000/01/20 10:36:44 daniel
|
||||||
|
Loading…
Reference in New Issue
Block a user