* fixed max length of gcsectionsstr (mantis #15984)

git-svn-id: trunk@15014 -
This commit is contained in:
Jonas Maebe 2010-03-14 11:07:08 +00:00
parent 171c0289b0
commit 61df8f05a0

View File

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