| |
| |
| @@ -979,6 +979,8 @@ |
| mtrace(); |
| # endif |
| if (setlocale(LC_ALL, "") == NULL) abort(); |
| + errno = 0; /* not an error for some locale files to |
| + be missing */ |
| if (signal(SIGALRM, catch_signal) == SIG_ERR) abort(); |
| if (textdomain(PACKAGE) == NULL) handle_error(NULL); |
| if (bindtextdomain(PACKAGE, NULL) == NULL) handle_error(NULL); |