2
0
Эх сурвалжийг харах

Merged revisions 1584 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

r1584 (jonas)
* fixed compilation after changes to "+" checking

git-svn-id: branches/fixes_2_0@1585 -

Jonas Maebe 20 жил өмнө
parent
commit
5556512555
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      tests/utils/dotest.pp

+ 2 - 2
tests/utils/dotest.pp

@@ -542,7 +542,7 @@ begin
       AddLog(LongLogFile,Config.Note);
      CopyFile(CompilerLogFile,LongLogFile,true);
      { avoid to try again }
-     AddLog(ExeLogFile,'Failed to compile '++PPFileInfo);
+     AddLog(ExeLogFile,'Failed to compile '+PPFileInfo);
      Verbose(V_Abort,'Internal error in compiler');
      exit;
    end;
@@ -873,7 +873,7 @@ begin
            DelExecutable:=true;
 
          'U' :
-           RemotePara:=+RemotePara+' '+Para;
+           RemotePara:=RemotePara+' '+Para;
 
          'V' : DoVerbose:=true;