mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 14:26:14 +02:00
* fixed typo
This commit is contained in:
parent
91d31892d7
commit
be8e9ae57e
@ -7,7 +7,7 @@ const
|
|||||||
path='c:\';
|
path='c:\';
|
||||||
{$endif}
|
{$endif}
|
||||||
BEGIN
|
BEGIN
|
||||||
if FSearch('tbug1092.pp',path))<>'tbug1092.pp' then
|
if FSearch('tbug1092.pp',path)<>'tbug1092.pp' then
|
||||||
begin
|
begin
|
||||||
writeln('FSearch didn''t find file in the current dir!');
|
writeln('FSearch didn''t find file in the current dir!');
|
||||||
halt(1);
|
halt(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user