Explorar el Código

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

git-svn-id: branches/z80@44817 -
nickysn hace 5 años
padre
commit
492b073e86
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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];