|
From: Dirk M. <dm...@gm...> - 2007-10-04 21:18:27
|
On Monday, 1. October 2007, Bart Van Assche wrote: > you changed the > format string %08p into %p. As a result, the printed pointers are no longer > right-aligned. True. It was my impression that %p does this by default, but it seems I was wrong. I'll correct this mistake shortly, thanks for pointing it out. > Did you understand what I wrote in the mail I sent on > September 26 to the valgrind-developers mailing list ? Yes, I was able to understand it, thanks for asking again. Greetings, Dirk |