forked from pool/argyllcms
44742cf7c7
- Release 1.5.1: + Many bug fixes + add support for i1pro Rev E (i1pro2) + improved support for ColorMunki and i1pro + spotread can interactively query refresh rate + spyd2en, spyd4en and i1d3ccss was been merged in one tool named oeminst. + No longer uses libusb, talk directly to USB device through kernel devices. + Add support for ColorCheckerPassport in scanin. + -V (adaptative mode) is deprecated in dispcal, dispread and ccxxmake, since it is the default. Use -ZA flag to disable. + ColorHug support is enabled by default. + Added automatic adjustement of patch reading for i1d3. - Drop argyllcms-fixbuild.patch (merged) - Rename argyllcms-1.3.0-udev151.patch to argyllcms-udev151.patch. - Add argyllcms-udev-builtin.patch for udev usb-db builtin (openSUSE 12.2/12.3) and argyllcms-udev-hwdb.patch (openSUSE 13.1 and later) for udev hwdb. - Update argyllcms-1.4.0-warnings.patch (partially merged) - Drop SG_header.txt, merged upstream. OBS-URL: https://build.opensuse.org/request/show/185360 OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=18
13 lines
526 B
Diff
13 lines
526 B
Diff
diff -up Argyll_V1.4.0/gamut/maptest.c.warning Argyll_V1.4.0/gamut/maptest.c
|
|
--- Argyll_V1.4.0/gamut/maptest.c.warning 2012-06-22 18:03:25.113289700 +0200
|
|
+++ Argyll_V1.4.0/gamut/maptest.c 2012-06-22 18:10:57.615637380 +0200
|
|
@@ -99,7 +99,7 @@ main(int argc, char *argv[]) {
|
|
else if (argv[fa][1] == 'i' || argv[fa][1] == 'I') {
|
|
if (na == NULL) usage();
|
|
fa = nfa;
|
|
- strncpy(img_name,na,MAXNAMEL); img_name[MAXNAMEL] = '\000';
|
|
+ strncpy(img_name,na,MAXNAMEL); img_name[MAXNAMEL-1] = '\000';
|
|
}
|
|
|
|
else
|