]> git.pld-linux.org Git - packages/flex.git/blob - flex-locale.patch
- obsolete (no warning to avoid) and changes wrong (autogenerated) file
[packages/flex.git] / flex-locale.patch
1 --- flex-2.5.31/main.c.orig     2003-04-01 03:51:38.000000000 +0200
2 +++ flex-2.5.31/main.c  2003-06-19 03:44:52.000000000 +0200
3 @@ -198,6 +198,7 @@
4       char   *argv[];
5  {
6  #if ENABLE_NLS
7 +       setlocale (LC_CTYPE, "");
8         setlocale (LC_MESSAGES, "");
9         textdomain (PACKAGE);
10         bindtextdomain (PACKAGE, LOCALEDIR);
This page took 0.05546 seconds and 3 git commands to generate.