소스 검색

* increased string size of tsysteminfo.shortname in order to fit 'wasip1threads'

Nikolay Nikolov 6 달 전
부모
커밋
55d3d1447c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

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