APPROVE COMMIT 21.5
Not sure we require a cc that implements %p, but all the other formats
for IMAGE_INSTANCE_SUBWINDOW_IDs in glyphs.c use it. If there's a
problem, deal with it when it's reported.
# HG changeset patch
# Parent 5550c48d57178b299a37418eb4de431a1fae73f3
Use %p for subwindow id.
diff -r 5550c48d5717 -r 5c47fe57b3c0 src/ChangeLog
--- a/src/ChangeLog Sat Dec 30 18:07:10 2017 +0900
+++ b/src/ChangeLog Sat Dec 30 19:34:30 2017 +0900
@@ -1,3 +1,7 @@
+2017-12-30 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * glyphs.c (print_image_instance): Use %p for subwindow id.
+
2017-12-29 Aidan Kehoe <kehoea(a)parhasard.net>
* config.h.in:
diff -r 5550c48d5717 -r 5c47fe57b3c0 src/glyphs.c
--- a/src/glyphs.c Sat Dec 30 18:07:10 2017 +0900
+++ b/src/glyphs.c Sat Dec 30 19:34:30 2017 +0900
@@ -1096,7 +1096,7 @@
DEVICE_TYPE_NAME (XDEVICE (FRAME_DEVICE (f))));
}
write_ascstring (printcharfun, "-frame>");
- write_fmt_string (printcharfun, " 0x%0x",
+ write_fmt_string (printcharfun, " %p",
IMAGE_INSTANCE_SUBWINDOW_ID (ii));
break;