mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:14:25 +02:00
+ Small error correction
This commit is contained in:
parent
4380a7b715
commit
e69d0e8c06
@ -15,6 +15,6 @@ begin
|
|||||||
halt(1);
|
halt(1);
|
||||||
fn:=FileSearch(ThisDir+fname,PathSeparator);
|
fn:=FileSearch(ThisDir+fname,PathSeparator);
|
||||||
writeln('found: ',fn);
|
writeln('found: ',fn);
|
||||||
if fn<>'.'+fname then
|
if fn<>ThisDir+fname then
|
||||||
halt(1);
|
halt(1);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user