mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:08:07 +02:00
* don't limit the full path of reslogfile to 32 characters
git-svn-id: trunk@21430 -
This commit is contained in:
parent
f8cb3fbfef
commit
a6375ba385
@ -38,7 +38,7 @@ const
|
||||
known_problem = ' known problem: ';
|
||||
line_separation = '>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>';
|
||||
|
||||
ResLogfile : string[32] = 'log';
|
||||
ResLogfile : string = 'log';
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user