소스 검색

* Shorter form of copy, remark by Alexey Torgashin

Michaël Van Canneyt 2 년 전
부모
커밋
fd1f7b2ef8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/utils/dummyas.pp

+ 1 - 1
compiler/utils/dummyas.pp

@@ -86,7 +86,7 @@ begin
       else if copy(param,1,4)='-fo=' then  
         begin
         // Watcom
-        object_name:=copy(param,5,length(Param)-4);
+        object_name:=copy(param,5);
         end
       else if (Param[1]='-') then
         begin