mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			427 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			427 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/src/main.c
 | |
| +++ b/src/main.c
 | |
| @@ -58,9 +58,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 ();
 | |
|    muscle_init ();
 |