Merged revisions 709 via svnmerge from

/trunk

git-svn-id: branches/fixes_2_0@720 -
This commit is contained in:
peter 2005-07-21 08:11:12 +00:00
parent 0f1a5c4ae3
commit 999eb8863a

View File

@ -651,7 +651,7 @@ Function FileSetDate (Const FileName : String;Age : Longint) : Longint;
var
t: TUTimBuf;
begin
Result := 0;
t.actime := Age;
@ -923,6 +923,9 @@ Begin
if Comline<>'' Then
begin
CommandLine:=ComLine;
{ Make an unique copy because stringtoppchar modifies the
string }
UniqueString(CommandLine);
cmdline2:=StringtoPPChar(CommandLine,1);
cmdline2^:=pchar(Path);
end