You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/xloadimage/files/xloadimage-4.1-bracket.patch

14 lines
518 B

diff -ruN xloadimage.4.1.patched/jpeg.c xloadimage.4.1/jpeg.c
--- xloadimage.4.1.patched/jpeg.c 2011-08-25 22:44:04.835308001 +0200
+++ xloadimage.4.1/jpeg.c 2011-08-25 22:45:57.391307973 +0200
@@ -321,8 +321,8 @@
cinfo->arith_code = TRUE;
#else
fprintf(stderr, "jpegDump: sorry, arithmetic coding not supported\n");
- }
#endif
+ }
else if (!strncmp("grayscale", name, strlen(name)) ||
!strncmp("greyscale", name, strlen(name)) ||
!strncmp("monochrome", name, strlen(name))) {