libsysprof-analyze: fix binary-nick usage

This commit is contained in:
Christian Hergert
2023-06-08 17:29:27 -07:00
parent 2c46d6a4c1
commit ca0cff6446
3 changed files with 4 additions and 4 deletions

View File

@ -131,8 +131,8 @@ sysprof_elf_symbolizer_symbolize (SysprofSymbolizer *symbolizer,
end_address++;
return _sysprof_symbol_new (sysprof_strings_get (strings, name),
sysprof_strings_get (strings, sysprof_elf_get_nick (elf)),
sysprof_strings_get (strings, path),
sysprof_strings_get (strings, sysprof_elf_get_nick (elf)),
map_begin + (begin_address - file_offset),
map_begin + (end_address - file_offset));