From fc1d1957c7d468e968c3b51d3d33014fca9eb32c Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Thu, 9 Oct 2008 13:05:57 +0000 Subject: [PATCH] - grr, why on earth do the bindings have a loadcallback? --- tools/mergesolv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mergesolv.c b/tools/mergesolv.c index 722ab73..7492b5c 100644 --- a/tools/mergesolv.c +++ b/tools/mergesolv.c @@ -37,7 +37,7 @@ static FILE * loadcallback (Pool *pool, Repodata *data, void *vdata) { FILE *fp = 0; - const char *location = repodata_lookup_str(data, 0, REPOSITORY_LOCATION); + const char *location = repodata_lookup_str(data, REPOENTRY_META, REPOSITORY_LOCATION); if (location) { fprintf(stderr, "Loading SOLV file %s\n", location); -- 2.7.4