From f7a03147bb2adb6050ba165761a005bf6fe76dc4 Mon Sep 17 00:00:00 2001 From: armin Date: Sat, 1 Jan 2005 20:18:24 +0000 Subject: [PATCH] * increased maxsize of ExeCmd and DllCmd --- compiler/link.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/link.pas b/compiler/link.pas index 2755c7acce..d2875867de 100644 --- a/compiler/link.pas +++ b/compiler/link.pas @@ -35,7 +35,7 @@ uses Type TLinkerInfo=record ExeCmd, - DllCmd : array[1..3] of string[100]; + DllCmd : array[1..3] of string; ResName : string[100]; ScriptName : string[100]; ExtraOptions : string; @@ -706,7 +706,10 @@ initialization end. { $Log$ - Revision 1.47 2004-12-22 16:32:45 peter + Revision 1.48 2005-01-01 20:18:24 armin + * increased maxsize of ExeCmd and DllCmd + + Revision 1.47 2004/12/22 16:32:45 peter * maybequoted() added Revision 1.46 2004/11/03 22:22:51 peter