From: hniksic Date: Mon, 4 Jul 2005 21:41:41 +0000 (-0700) Subject: [svn] Doc fix. X-Git-Tag: v1.13~798 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=134e59c61a1fae89522dba0c832eb5321e5fce8d [svn] Doc fix. --- diff --git a/src/wget.h b/src/wget.h index bfe60c8a..7ab17b7c 100644 --- a/src/wget.h +++ b/src/wget.h @@ -243,7 +243,7 @@ typedef double SUM_SIZE_INT; } while (0) /* Used to print pointers (usually for debugging). Print pointers - using printf ("%0*lx", PTR_FORMAT (p)). (%p is too unpredictable; + using printf ("0x%0*lx", PTR_FORMAT (p)). (%p is too unpredictable; some implementations prepend 0x, while some don't, and most don't 0-pad the address.) */ #define PTR_FORMAT(p) (int) (2 * sizeof (void *)), (unsigned long) (p)