Backout 1.14, it seems to be causing problems with libxml build
and I don't have time to investigate this code in much detail right now.
This commit is contained in:
parent
796263418b
commit
d8af834050
@ -212,7 +212,7 @@ matchbyorigin(const char *origin, int *retval)
|
||||
continue;
|
||||
cmd = plist_cmd(tmp + 1, &cp);
|
||||
if (cmd == PLIST_ORIGIN) {
|
||||
if (strncmp(origin, cp, strlen(origin)) == 0)
|
||||
if (strcmp(origin, cp) == 0)
|
||||
storeappend(store, installed[i]);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user