소스 검색

* fixed a copy and paste typo as indicated by Ocean Mantis #22559

git-svn-id: trunk@22001 -
marco 13 년 전
부모
커밋
f52c55ea59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-image/src/fpreadtiff.pas

+ 1 - 1
packages/fcl-image/src/fpreadtiff.pas

@@ -1821,7 +1821,7 @@ begin
                 end;
               end;
               // CMYK to RGB
-              Col:=CMYKToFPColor(RedValue,GrayValue,BlueValue,GrayValue);
+              Col:=CMYKToFPColor(RedValue,GreenValue,BlueValue,GrayValue);
             end;
 
           else