diff options
Diffstat (limited to 'src/format')
-rw-r--r-- | src/format/symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/symbol.c b/src/format/symbol.c index 149dd2a..f16e0a9 100644 --- a/src/format/symbol.c +++ b/src/format/symbol.c @@ -552,7 +552,7 @@ static int g_binary_symbol_contains_cursor(const GBinSymbol *symbol, size_t inde assert(G_IS_BINARY_CURSOR(cursor)); - g_binary_cursor_get_info(G_BINARY_CURSOR(cursor), &addr); + g_binary_cursor_retrieve(G_BINARY_CURSOR(cursor), &addr); /** * En tant que générateur, le symbole ne couvre qu'une ou plusieurs lignes |