forked from pool/lcms2
Copy from multimedia:libs/lcms2 based on submit request 50374 from user plater OBS-URL: https://build.opensuse.org/request/show/50374 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lcms2?expand=0&rev=1
13 lines
479 B
Diff
13 lines
479 B
Diff
--- ./utils/linkicc/linkicc.c.orig 2010-05-19 17:06:01.157118683 +0200
|
|
+++ ./utils/linkicc/linkicc.c 2010-05-19 17:08:03.257142292 +0200
|
|
@@ -294,7 +294,8 @@
|
|
|
|
// Ink limiting
|
|
if (InkLimit != 400.0) {
|
|
- Profiles[nargs++] = cmsCreateInkLimitingDeviceLink(cmsGetColorSpace(Profiles[nargs-1]), InkLimit);
|
|
+ Profiles[nargs] = cmsCreateInkLimitingDeviceLink(cmsGetColorSpace(Profiles[nargs]), InkLimit);
|
|
+ nargs++;
|
|
}
|
|
|
|
// Set the flags
|