瀏覽代碼

* fixed typo

peter 25 年之前
父節點
當前提交
be8e9ae57e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tbug1092.pp

+ 1 - 1
tests/webtbs/tbug1092.pp

@@ -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);