Mail Archives: cygwin/2010/02/12/05:10:22
On Feb 11 18:01, Pierre A. Humblet wrote:
> ----- Original Message -----
> From: "Corinna Vinschen"
> To: <cygwin AT cygwin DOT com>
> Sent: Thursday, February 11, 2010 13:52
> |
> | Uh oh. Is the name of the BUILTIN group not BUILTIN on non-English
> | systems? If so, the code in get_user_local_groups must be changed to
> | emit the correct name, rather than just storing the fixed string
> | "BUILTIN\\" in builtin_grp.
>
> Will do, this weekend at the latest. Matthias did a preliminary test on Win 7.
> I learned that in German BUILTIN is VORDEFINIERT :)
> I wonder if the translation is a Win 7 feature or if has been there all the time.
I think it was always there, but I'm not sure. Btw., there's a bug in
my patch:
bg_ptr = wcpcpy (builtin_grp, L"\\");
should actually be
bg_ptr = wcpcpy (bg_grp, L"\\");
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader cygwin AT cygwin DOT com
Red Hat
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -