* src/xfaces.c (dump_realized_face): Fix format specifier.
This commit is contained in:
parent
9f0af50538
commit
d67a7987c0
1 changed files with 1 additions and 1 deletions
|
@ -6418,7 +6418,7 @@ dump_realized_face (struct face *face)
|
|||
fprintf (stderr, "underline: %d (%s)\n",
|
||||
face->underline_p,
|
||||
SDATA (Fsymbol_name (face->lface[LFACE_UNDERLINE_INDEX])));
|
||||
fprintf (stderr, "hash: %u\n", face->hash);
|
||||
fprintf (stderr, "hash: " PRIuPTR "\n", face->hash);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue