minor patch to printf

Corinna Vinschen cygwin-patches@cygwin.com
Thu Aug 8 06:53:00 GMT 2002


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.



More information about the Cygwin-patches mailing list