1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[backfire] merge r25869

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25870 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2011-03-04 20:38:17 +00:00
parent fd7936552c
commit 6d530a79b9
2 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
--- a/src/main.c
+++ b/src/main.c
@@ -57,9 +57,9 @@ main (int argc, char *argv[])
{
program_name = argv[0];
setlocale (LC_ALL, "");
- (void) bindtextdomain (PACKAGE, LOCALEDIR);
- (void) bindtextdomain ("bison-runtime", LOCALEDIR);
- (void) textdomain (PACKAGE);
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ bindtextdomain ("bison-runtime", LOCALEDIR);
+ textdomain (PACKAGE);
uniqstrs_new ();