Mercurial > vim
diff src/main.c @ 534:c6296b0ad9ea v7.0151
updated for version 7.0151
author | vimboss |
---|---|
date | Thu, 29 Sep 2005 18:26:07 +0000 |
parents | da9142bd190a |
children | 3e19ea54eb07 |
line wrap: on
line diff
--- a/src/main.c +++ b/src/main.c @@ -1236,6 +1236,12 @@ get_number_arg(p, idx, def) init_locale() { setlocale(LC_ALL, ""); +# ifdef WIN32 + /* Apparently MS-Windows printf() may cause a crash when we give it 8-bit + * text while it's expecting text in the current locale. This call avoids + * that. */ + setlocale(LC_CTYPE, "C"); +# endif # ifdef FEAT_GETTEXT {