lcms2/lcms-fix-return-values.patch
OBS User autobuild aa1b10984b Accepting request 50374 from multimedia:libs
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
2010-10-13 22:55:59 +00:00

19 lines
421 B
Diff

--- utils/common/vprf.c.orig 2010-05-18 16:39:06.108039608 +0200
+++ utils/common/vprf.c 2010-05-18 16:39:33.600045841 +0200
@@ -280,6 +280,7 @@
FatalError("What a weird separation of %d channels?!?!", ColorChannels);
}
+ return -1;
}
@@ -315,6 +316,7 @@
FatalError("Unsupported color space of %d channels", ColorChannels);
}
+ return -1;
}