mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* fixed typo
This commit is contained in:
parent
91d31892d7
commit
be8e9ae57e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user