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

minor fix

parent f50039d8
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ void parse_rename_interdependences(resolve_service_t *res, char const *prefix, r
for (; aresid < *areslen ; aresid++) {
if (!strcmp(ares[aresid].sa.s + ares[aresid].inmodule, prefix)) {
if (!strcmp(ares[aresid].sa.s + ares[aresid].inns, prefix)) {
if (ares[aresid].dependencies.ndepends || ares[aresid].dependencies.nrequiredby)
parse_prefix_name(aresid, ares, *areslen, prefix) ;
......
......@@ -15,6 +15,7 @@
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h> //access
#include <oblibs/log.h>
#include <oblibs/string.h>
......
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