X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17a1ebd101f0653e69736416a2a28d0ada423141..46bde8dcf2245956223da69cce5bf93ba22a087e:/src/common/appbase.cpp diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index fe7471e1c7..35145e1e8f 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -734,8 +734,7 @@ static wxString GetAssertStackTrace() } else { - m_stackTrace << wxString::Format(_T("0x%08p"), - frame.GetAddress()); + m_stackTrace << wxString::Format(_T("%p"), frame.GetAddress()); } if ( frame.HasSourceLocation() )