* 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;
var
binstr,
cmdstr : string;
binstr : string;
cmdstr : TCmdStr;
success : boolean;
DynLinkStr : string[60];
StaticStr,

View File

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