* fixed typo

This commit is contained in:
peter 2000-09-03 11:09:23 +00:00
parent 91d31892d7
commit be8e9ae57e

View File

@ -7,7 +7,7 @@ const
path='c:\';
{$endif}
BEGIN
if FSearch('tbug1092.pp',path))<>'tbug1092.pp' then
if FSearch('tbug1092.pp',path)<>'tbug1092.pp' then
begin
writeln('FSearch didn''t find file in the current dir!');
halt(1);