]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Mon, 4 Jul 2005 21:41:41 +0000 (14:41 -0700)
committerhniksic <devnull@localhost>
Mon, 4 Jul 2005 21:41:41 +0000 (14:41 -0700)
src/wget.h

index bfe60c8ab58a2b6dcf97c8a1d25ad8c56566cf76..7ab17b7c8c75b29871a1df9efdd10bdfddaa4169 100644 (file)
@@ -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)