Răsfoiți Sursa

* don't limit the full path of reslogfile to 32 characters

git-svn-id: trunk@21430 -
Jonas Maebe 13 ani în urmă
părinte
comite
a6375ba385
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tests/utils/teststr.pp

+ 1 - 1
tests/utils/teststr.pp

@@ -38,7 +38,7 @@ const
   known_problem = ' known problem: ';
   line_separation = '>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>';
 
-  ResLogfile  : string[32] = 'log';
+  ResLogfile  : string = 'log';
 
 implementation