mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 00:59:08 +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
|
tsysteminfo = record
|
||||||
system : tsystem;
|
system : tsystem;
|
||||||
name : string[34];
|
name : string[34];
|
||||||
shortname : string[9];
|
shortname : string[10];
|
||||||
flags : set of tsystemflags;
|
flags : set of tsystemflags;
|
||||||
cpu : tsystemcpu;
|
cpu : tsystemcpu;
|
||||||
unit_env : string[16];
|
unit_env : string[16];
|
||||||
|
Loading…
Reference in New Issue
Block a user