mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-analyze: fix format to match other use
This commit is contained in:
@ -110,7 +110,7 @@ fallback:
|
|||||||
* access, so tell the user about what file contained the symbol
|
* access, so tell the user about what file contained the symbol
|
||||||
* and where (relative to that file) the IP was.
|
* and where (relative to that file) the IP was.
|
||||||
*/
|
*/
|
||||||
name = g_strdup_printf ("In file %s+0x%"G_GINT64_MODIFIER"x",
|
name = g_strdup_printf ("In File %s+0x%"G_GINT64_MODIFIER"x",
|
||||||
sysprof_document_mmap_get_file (map),
|
sysprof_document_mmap_get_file (map),
|
||||||
relative_address);
|
relative_address);
|
||||||
begin_address = address;
|
begin_address = address;
|
||||||
|
|||||||
Reference in New Issue
Block a user