Browse Source

* fixed max length of gcsectionsstr (mantis #15984)

git-svn-id: trunk@15014 -
Jonas Maebe 15 years ago
parent
commit
61df8f05a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/t_bsd.pas

+ 1 - 1
compiler/systems/t_bsd.pas

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