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

fix build

parent f0621b87
No related branches found
No related tags found
No related merge requests found
......@@ -135,9 +135,7 @@ void tree_contents(stralloc *list,char const *tree,ssexec_t *info)
{
log_flow() ;
int format = tree_contents_format(tree) ;
size_t treelen = strlen(tree), pos, newlen ;
size_t treelen = strlen(tree), pos ;
stralloc sa = STRALLOC_ZERO ;
char solve[treelen + SS_SVDIRS_LEN + SS_RESOLVE_LEN + SS_DB_LEN + SS_SRC_LEN + 1] ;
......
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