]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common source file not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Wed, 10 Jun 2020 19:05:43 +0000 (12:05 -0700)
committerOliver Kurth <okurth@vmware.com>
Wed, 10 Jun 2020 19:05:43 +0000 (12:05 -0700)
open-vm-tools/lib/user/utilBacktrace.c

index e1259606f61c8d6f6812efeed9a8060e3c51ac9e..99871365647512953e9ab9ae8de1d3f41e356cfa 100644 (file)
@@ -422,7 +422,7 @@ Util_BacktraceWithFunc(int bugNr,                // IN:
    for (i = 0; i < frames; i++) {
       if (dladdr(callstack[i], &dli)) {
          outFunc(outFuncData, "SymBacktrace[%d] rip=%016lx in function %s "
-                              "in object %s loaded at %#08x\n",
+                              "in object %s loaded at %016lx\n",
                  i, callstack[i], dli.dli_sname, dli.dli_fname,
                  dli.dli_fbase);
       } else {