use %p to printf pointers since %x doesn't work properly on tru64 for this
authorDaniel Stenberg <daniel@haxx.se>
Thu, 30 Jun 2005 13:30:23 +0000 (13:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Jun 2005 13:30:23 +0000 (13:30 +0000)
commit701de67b7930a4e4953dd82095c141beda917b48
tree708e908d9add28ceda52e5b8d39f24dfe2746594
parent883479f01e3792d2ef8428839fbd84a1fe7c1520
use %p to printf pointers since %x doesn't work properly on tru64 for this
(and besides, we should be using the same %-code for all pointers)
lib/memdebug.c