Mercurial > hg > xemacs-beta
diff src/glyphs-shared.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 | 9b4442ac18c7 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/glyphs-shared.c Sun Jan 10 01:06:15 2010 -0600 +++ b/src/glyphs-shared.c Tue Jan 12 01:38:04 2010 -0600 @@ -328,7 +328,7 @@ int status; Extbyte *fileext; - LISP_STRING_TO_EXTERNAL (filename, fileext, Qnative); + LISP_PATHNAME_CONVERT_OUT (filename, fileext); if ((fstream = fopen (fileext, "r")) == NULL) return BitmapOpenFailed; status = read_bitmap_data (fstream, width, height, datap, x_hot, y_hot);