From 61df8f05a09b9a5f85e4d4c0abfbbe1e120b1560 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 14 Mar 2010 11:07:08 +0000 Subject: [PATCH] * fixed max length of gcsectionsstr (mantis #15984) git-svn-id: trunk@15014 - --- compiler/systems/t_bsd.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/t_bsd.pas b/compiler/systems/t_bsd.pas index c421d0af48..cad9190c84 100644 --- a/compiler/systems/t_bsd.pas +++ b/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