Mercurial > hg > xemacs-beta
diff src/glyphs-eimage.c @ 4834:b3ea9c582280
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 01:38:04 -0600 |
parents | 1cecc3e9f0a0 |
children | 95c4ced5c07c |
line wrap: on
line diff
--- a/src/glyphs-eimage.c Sun Jan 10 01:06:15 2010 -0600 +++ b/src/glyphs-eimage.c Tue Jan 12 01:38:04 2010 -0600 @@ -321,7 +321,7 @@ /* Create the message */ (*cinfo->err->format_message) (cinfo, buffer); - EXTERNAL_TO_C_STRING (buffer, intbuf, Qnative); + EXTERNAL_TO_C_STRING (buffer, intbuf, Qjpeg_error_message_encoding); warn_when_safe (Qjpeg, Qinfo, "%s", intbuf); } @@ -375,7 +375,7 @@ /* Create the message */ (*cinfo.err->format_message) ((j_common_ptr) &cinfo, buffer); - errstring = build_ext_string (buffer, Qnative); + errstring = build_ext_string (buffer, Qjpeg_error_message_encoding); signal_image_error_2 ("JPEG decoding error", errstring, instantiator);