Skip to content
Snippets Groups Projects
Commit 604d6f4c authored by Oliver Sander's avatar Oliver Sander
Browse files

Use %p for pointers in a format string, just as your parents taught you.

[[Imported from SVN: r8470]]
parent 26aa8b71
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ void NS_PREFIX HeapStat (const HEAP *theHeap)
usedfreelistentries = 0;
UserWriteF("HeapStat: heap=%08x type=%d\n",theHeap,theHeap->type);
UserWriteF("HeapStat: heap=%p type=%d\n",theHeap,theHeap->type);
#ifdef Debug
UserWriteF("FreelistInfo:\n");
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment