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

use of new field logassoc

parent 850d2cfc
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ int svc_init(ssexec_t *info,char const *src, genalloc *ga)
char *string = genalloc_s(ss_resolve_t,ga)[i].sa.s ;
char *name = string + genalloc_s(ss_resolve_t,ga)[i].name ;
logname = get_rstrlen_until(name,SS_LOG_SUFFIX) ;
if (logname > 0) name = string + genalloc_s(ss_resolve_t,ga)[i].deps ;
if (logname > 0) name = string + genalloc_s(ss_resolve_t,ga)[i].logassoc ;
size_t namelen = strlen(name) ;
size_t srclen = strlen(src) ;
......
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