This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: minor patch to printf


On Thu, Aug 08, 2002 at 09:47:06AM -0400, Joe Buehler wrote:
> A minor patch for a printf format problem is attached.

Thanks.  And the ChangeLog is where...?

Corinna

> 
> Joe Buehler

> Index: src/winsup/cygwin/sec_helper.cc
> ===================================================================
> RCS file: /cvs/src/src/winsup/cygwin/sec_helper.cc,v
> retrieving revision 1.23
> diff -u -r1.23 sec_helper.cc
> --- src/winsup/cygwin/sec_helper.cc	3 Jul 2002 03:20:50 -0000	1.23
> +++ src/winsup/cygwin/sec_helper.cc	8 Aug 2002 13:41:27 -0000
> @@ -432,8 +442,8 @@
>    if (sid1)
>      if (!AddAccessAllowedAce (acl, ACL_REVISION,
>  			      GENERIC_ALL, sid1))
> -      debug_printf ("AddAccessAllowedAce(sid1) %E", sid1);
> +      debug_printf ("AddAccessAllowedAce(sid1) %E");
>    if (admins)
>      if (!AddAccessAllowedAce (acl, ACL_REVISION,
>  			      GENERIC_ALL, well_known_admins_sid))


-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]