Explorar o código

+ Small error correction

michael %!s(int64=23) %!d(string=hai) anos
pai
achega
e69d0e8c06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.