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
e98015074a
commit
33d30c1ba8
@ -212,7 +212,7 @@ matchbyorigin(const char *origin, int *retval)
|
|||||||
continue;
|
continue;
|
||||||
cmd = plist_cmd(tmp + 1, &cp);
|
cmd = plist_cmd(tmp + 1, &cp);
|
||||||
if (cmd == PLIST_ORIGIN) {
|
if (cmd == PLIST_ORIGIN) {
|
||||||
if (strncmp(origin, cp, strlen(origin)) == 0)
|
if (strcmp(origin, cp) == 0)
|
||||||
storeappend(store, installed[i]);
|
storeappend(store, installed[i]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user