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

git-svn-id: trunk@21430 -
This commit is contained in:
Jonas Maebe 2012-05-29 09:21:07 +00:00
parent f8cb3fbfef
commit a6375ba385

View File

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