* some string -> TCmdStr fixes

git-svn-id: trunk@1225 -
This commit is contained in:
Jonas Maebe 2005-09-29 11:32:22 +00:00
parent f3384bab09
commit 65dd7465ae
2 changed files with 4 additions and 4 deletions

View File

@ -198,8 +198,8 @@ end;
function TLinkerMPW.MakeExecutable:boolean; function TLinkerMPW.MakeExecutable:boolean;
var var
binstr, binstr : string;
cmdstr : string; cmdstr : TCmdStr;
success : boolean; success : boolean;
DynLinkStr : string[60]; DynLinkStr : string[60];
StaticStr, StaticStr,

View File

@ -201,8 +201,8 @@ end;
function TLinkerMorphOS.MakeExecutable:boolean; function TLinkerMorphOS.MakeExecutable:boolean;
var var
binstr, binstr : string;
cmdstr : string; cmdstr : TCmdStr;
success : boolean; success : boolean;
StripStr: string[40]; StripStr: string[40];
begin begin