diff options
Diffstat (limited to 'src/panels')
-rw-r--r-- | src/panels/symbols.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/symbols.c b/src/panels/symbols.c index 534afee..d24bedf 100644 --- a/src/panels/symbols.c +++ b/src/panels/symbols.c @@ -518,7 +518,7 @@ static bool find_parent_for_routine(GtkTreeStore *store, const GBinRoutine *rout char *saveptr; /* Ctx. interne de découpage */ namespace = g_binary_routine_get_namespace(routine); - if (routine == NULL) return false; + if (namespace == NULL) return false; string = g_openida_type_to_string(namespace); |