README | 2 +- src/hb-debug.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 03b7a221f701a9b003890878e730ad175c3fdd86 Author: Behdad Esfahbod <beh...@behdad.org> Date: Tue Dec 5 13:12:11 2017 -0800 [debug] Use %p to print pointers Fixes https://github.com/harfbuzz/harfbuzz/issues/640 diff --git a/src/hb-debug.hh b/src/hb-debug.hh index 20dead65..213e5432 100644 --- a/src/hb-debug.hh +++ b/src/hb-debug.hh @@ -93,7 +93,7 @@ _hb_debug_msg_va (const char *what, fprintf (stderr, "%-10s", what ? what : ""); if (obj) - fprintf (stderr, "(%0*lx) ", (unsigned int) (2 * sizeof (void *)), (unsigned long) obj); + fprintf (stderr, "(%*p) ", (unsigned int) (2 * sizeof (void *)), obj); else fprintf (stderr, " %*s ", (unsigned int) (2 * sizeof (void *)), ""); commit 353cc6fbf09d16aad18b48a3a46ec7dd348aedc6 Author: Ebrahim Byagowi <ebra...@gnu.org> Date: Wed Dec 6 00:04:30 2017 +0330 [ci] Fix appveyor badge diff --git a/README b/README index 4303222a..aa055169 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ [](https://travis-ci.org/harfbuzz/harfbuzz) -[](https://ci.appveyor.com/project/harfbuzz/harfbuzz) +[](https://ci.appveyor.com/project/harfbuzz/harfbuzz) [](https://circleci.com/gh/harfbuzz/harfbuzz) [](https://coveralls.io/r/harfbuzz/harfbuzz) [ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/) _______________________________________________ HarfBuzz mailing list HarfBuzz@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/harfbuzz