Browse Source

+ Small error correction

michael 23 years ago
parent
commit
e69d0e8c06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw1479.pp

+ 1 - 1
tests/webtbs/tw1479.pp

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