mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 23:59:31 +02:00
+ increased max string length tsysteminfo.shortname, so 'zxspectrum' fits
git-svn-id: branches/z80@44817 -
This commit is contained in:
parent
4730c2a322
commit
492b073e86
@ -186,7 +186,7 @@ interface
|
||||
tsysteminfo = record
|
||||
system : tsystem;
|
||||
name : string[34];
|
||||
shortname : string[9];
|
||||
shortname : string[10];
|
||||
flags : set of tsystemflags;
|
||||
cpu : tsystemcpu;
|
||||
unit_env : string[16];
|
||||
|
Loading…
Reference in New Issue
Block a user