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]

minor patch to printf


A minor patch for a printf format problem is attached.

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))

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