Bläddra i källkod

+ increased max string length tsysteminfo.shortname, so 'zxspectrum' fits

git-svn-id: branches/z80@44817 -
nickysn 5 år sedan
förälder
incheckning
492b073e86
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -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];