* nlsfuncs.cc (__set_lc_messages_from_win): Fix typo.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2010-02-09  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* nlsfuncs.cc (__set_lc_messages_from_win): Fix typo. | ||||
|  | ||||
| 2010-02-09  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* lc_msg.h: New file, fix a problem in locales with modifiers. | ||||
|   | ||||
| @@ -705,7 +705,7 @@ __set_lc_messages_from_win (const char *name, | ||||
|       c2 = strchr (c + 1, '@'); | ||||
|       /* Ignore @cjknarrow modifier since it's a very personal thing between | ||||
| 	 Cygwin and newlib... */ | ||||
|       if (c2 && !strcmp (c2, "@cjknarrow")) | ||||
|       if (c2 && strcmp (c2, "@cjknarrow")) | ||||
|       	memmove (c, c2, strlen (c2) + 1); | ||||
|     } | ||||
|   /* Now search in the alphabetically order lc_msg array for the | ||||
|   | ||||
		Reference in New Issue
	
	Block a user