Explorar el Código

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

git-svn-id: trunk@22001 -
marco hace 13 años
padre
commit
f52c55ea59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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