summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-13 20:45:01 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-13 20:45:13 +0200
commit1f856c831e5be0ae45cbd67d75a6d411d3684f08 (patch)
tree56f71fe0c841935884796e1d49cc2bc33097f4f9 /plugins
parent19efa262593693f8b711867b5dd07f63d5dd3b02 (diff)
artwork: don't display jpg error messages when scaling covers
Diffstat (limited to 'plugins')
-rw-r--r--plugins/artwork/artwork.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c
index ace08aa1..73421ab4 100644
--- a/plugins/artwork/artwork.c
+++ b/plugins/artwork/artwork.c
@@ -196,9 +196,7 @@ my_error_exit (j_common_ptr cinfo)
/* cinfo->err really points to a my_error_mgr struct, so coerce pointer */
my_error_ptr myerr = (my_error_ptr) cinfo->err;
- /* Always display the message. */
- /* We could postpone this until after returning, if we chose. */
- (*cinfo->err->output_message) (cinfo);
+// (*cinfo->err->output_message) (cinfo);
/* Return control to the setjmp point */
longjmp(myerr->setjmp_buffer, 1);