Correct argument to __get_current_locale.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		
				
					committed by
					
						 Corinna Vinschen
						Corinna Vinschen
					
				
			
			
				
	
			
			
			
						parent
						
							724e21493a
						
					
				
				
					commit
					5fdd657b36
				
			| @@ -996,7 +996,7 @@ __locale_ctype_ptr_l (struct __locale_t *locale) | |||||||
| const char * | const char * | ||||||
| __locale_ctype_ptr (void) | __locale_ctype_ptr (void) | ||||||
| { | { | ||||||
|   return __get_current_locale (_REENT)->ctype_ptr; |   return __get_current_locale ()->ctype_ptr; | ||||||
| } | } | ||||||
|  |  | ||||||
| #ifndef _REENT_ONLY | #ifndef _REENT_ONLY | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user