Mercurial > hg > xemacs-beta
diff src/fileio.c @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 9b50b4588a93 |
children | 59463afc5666 |
line wrap: on
line diff
--- a/src/fileio.c Mon Aug 13 09:35:15 2007 +0200 +++ b/src/fileio.c Mon Aug 13 09:36:16 2007 +0200 @@ -122,7 +122,7 @@ /* mrb: #### Needs to be fixed at a lower level; errstring needs to be MULEized. The following at least prevents a crash... */ - Lisp_Object errstring = build_ext_string (strerror (errno), FORMAT_BINARY); + Lisp_Object errstring = build_ext_string (strerror (errno), FORMAT_NATIVE); /* System error messages are capitalized. Downcase the initial unless it is followed by a slash. */