+ Small error correction

This commit is contained in:
michael 2002-01-22 18:15:44 +00:00
parent 4380a7b715
commit e69d0e8c06

View File

@ -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.