]> sourceware.org Git - systemtap.git/commitdiff
PR26379: Formatting directive type fix.
authorMartin Cermak <mcermak@redhat.com>
Thu, 13 Aug 2020 06:39:48 +0000 (08:39 +0200)
committerMartin Cermak <mcermak@redhat.com>
Thu, 13 Aug 2020 06:39:48 +0000 (08:39 +0200)
tapset/linux/conversions.stp

index cfc896b7a64db50d50b73c26f68c946dab2ea753..82f535f6c2dd70ee9bb7554127df819ac86a2de6 100644 (file)
@@ -26,7 +26,7 @@ deref_fault: /* branched to from deref_string() */
      * really odd in the following error message. Setting a format
      * width of '1' fixes this. */
     snprintf (CONTEXT->error_buffer, sizeof(CONTEXT->error_buffer),
-        "kernel string copy fault at 0x%lx [man error::fault]", (void *)
+        "kernel string copy fault at 0x%lx [man error::fault]",
        (unsigned long) (uintptr_t) STAP_ARG_addr);
     CONTEXT->last_error = CONTEXT->error_buffer;
   }
This page took 0.02709 seconds and 5 git commands to generate.