summaryrefslogtreecommitdiff
path: root/src/gui/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/status.c')
-rw-r--r--src/gui/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.c b/src/gui/status.c
index 2637f28..41cad1a 100644
--- a/src/gui/status.c
+++ b/src/gui/status.c
@@ -408,7 +408,7 @@ static void focus_address_in_status_info(GStatusInfo *info, GLoadedBinary *binar
if (g_binary_format_resolve_symbol(G_BIN_FORMAT(format), addr, &symbol, &diff))
{
- label = g_binary_symbol_to_string(symbol);
+ label = g_binary_symbol_get_label(symbol);
if (label != NULL)
{