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