summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-03-28 20:20:21 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-03-28 20:20:21 (GMT)
commit54c59c88d1eae7793b9be25da00eef4905e8c2e5 (patch)
treef39b8dab54a5a40ec8ad3b01369abca3e823ec97
parentbcd20424a5cf76ad6d464be73fe07aa2adc70e4e (diff)
downloadtk-bug-2ed289cae0.zip
tk-bug-2ed289cae0.tar.gz
tk-bug-2ed289cae0.tar.bz2
Fix [2ed289cae0]: Aqua: more format specifiers than arguments in tkToolbarButtonbug-2ed289cae0
-rw-r--r--macosx/tkMacOSXWindowEvent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index ab776c0..e520bb0 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -1299,7 +1299,7 @@ static const char *const accentNames[] = {
- (void) tkToolbarButton: (id) sender
{
#ifdef TK_MAC_DEBUG_EVENTS
- TKLog(@"-[%@(%p) %s] %@", [self class], self, sel_getName(_cmd));
+ TKLog(@"-[%@(%p) %s] %@", [self class], self, sel_getName(_cmd), sender);
#endif
union {XEvent general; XVirtualEvent virt;} event;
int x, y;