You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
498 B
12 lines
498 B
diff -burp indent-2.2.9/src/indent.c indent-2.2.9-lcall/src/indent.c |
|
--- indent-2.2.9/src/indent.c 2006-02-01 14:20:25.000000000 +0100 |
|
+++ indent-2.2.9-lcall/src/indent.c 2006-02-01 14:08:52.000000000 +0100 |
|
@@ -3070,7 +3070,7 @@ int main ( |
|
exit_values_ty exit_status; |
|
|
|
#if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES) && defined (HAVE_LCCTYPES) |
|
- setlocale(LC_MESSAGES, ""); |
|
+ setlocale(LC_ALL, ""); |
|
#endif |
|
bindtextdomain(PACKAGE, LOCALEDIR); |
|
textdomain(PACKAGE);
|
|
|