浏览代码

* fixed max length of gcsectionsstr (mantis #15984)

git-svn-id: trunk@15014 -
Jonas Maebe 15 年之前
父节点
当前提交
61df8f05a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/t_bsd.pas

+ 1 - 1
compiler/systems/t_bsd.pas

@@ -620,7 +620,7 @@ var
   cmdstr,
   extdbgbinstr,
   extdbgcmdstr  : TCmdStr;
-  GCSectionsStr : string[40];
+  GCSectionsStr : string[63];
   exportedsyms: text;
   success : boolean;
 begin