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

fix 66-env -c option

parent a1fa843c
No related branches found
No related tags found
No related merge requests found
......@@ -264,6 +264,8 @@ int env_append_version(stralloc *saversion, char const *svconf, char const *vers
if (!env_check_version(&sa,version))
return 0 ;
saversion->len = 0 ;
if (!auto_stra(saversion,svconf,"/",sa.s))
log_warnusys_return(LOG_EXIT_ZERO,"stralloc") ;
......
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