Skip to content

Commit 9bd6434

Browse files
committed
Add debug
1 parent 55845f2 commit 9bd6434

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tk/tkImaging.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ ImagingFind(const char *name) {
6060
size_t name_len = strlen(name);
6161
const char *expected = "<capsule object \"" IMAGING_MAGIC "\" at 0x";
6262

63+
printf(">>> ImagingFind '%s'", name);
64+
6365
if (strncmp(name, expected, strlen(expected)) ||
6466
strncmp(name + name_len - 1, ">", 1)) {
6567
return NULL;

0 commit comments

Comments
 (0)