Explorar o código

* fixed max length of gcsectionsstr (mantis #15984)

git-svn-id: trunk@15014 -
Jonas Maebe %!s(int64=15) %!d(string=hai) anos
pai
achega
61df8f05a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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