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

minor fix

parent 70004a5e
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ static void parse_module_dependencies(stralloc *list, resolve_service_t *res, ui
char fname[strlen(list->s + pos)] ;
if (!ob_basename(fname, list->s + pos))
log_dieusys(LOG_EXIT_ZERO, "basename of: ", list->s + pos) ;
log_dieusys(LOG_EXIT_SYS, "basename of: ", list->s + pos) ;
/** cannot call itself */
if (!strcmp(name, fname))
......
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