Skip to content
Snippets Groups Projects
Commit 705eaae0 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

adapt to resolve function parameter

parent f32f732a
No related branches found
No related tags found
No related merge requests found
......@@ -54,13 +54,7 @@ int info_graph_display_tree(char const *name, char const *obj)
goto freed ;
}
if (!auto_stra(&sa, SS_SYSTEM))
goto freed ;
if (!resolve_check(sa.s, name))
goto freed ;
if (!resolve_read(wres, sa.s, name))
if (!resolve_read_g(wres, sa.s, name))
goto freed ;
sa.len = 0 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment