Explorar o código

Adapt tsysteminfo.shortname string field length to MacOSclassic

git-svn-id: trunk@45763 -
pierre %!s(int64=5) %!d(string=hai) anos
pai
achega
509cf3f1ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -187,7 +187,7 @@ interface
        tsysteminfo = record
           system       : tsystem;
           name         : string[34];
-          shortname    : string[10];
+          shortname    : string[12];
           flags        : set of tsystemflags;
           cpu          : tsystemcpu;
           unit_env     : string[16];