Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
homm committed Sep 2, 2024
1 parent e616daf commit 5ef4c21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Tk/tkImaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ ImagingFind(const char *name) {
PyObject *capsule;
const char *expected = "capsule object \"" IMAGING_MAGIC "\" at 0x";

printf(">>> ImagingFind '%s'", name);
printf(">>> expected '%s'", expected);

if (strncmp(name, expected, strlen(expected))) {
return NULL;
}
Expand Down

0 comments on commit 5ef4c21

Please sign in to comment.