From: Michael Schroeder Date: Fri, 7 Jun 2013 11:08:04 +0000 (+0200) Subject: make SOLVABLE_LICENSE also use a poolstr X-Git-Tag: BASE-SuSE-Code-13_1-Branch~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bebda6d4b055aeeddd502f653ac1ef528c7f019b;p=thirdparty%2Flibsolv.git make SOLVABLE_LICENSE also use a poolstr --- diff --git a/ext/repo_arch.c b/ext/repo_arch.c index e9d12a74..d8dd8aff 100644 --- a/ext/repo_arch.c +++ b/ext/repo_arch.c @@ -634,7 +634,7 @@ adddata(Repodata *data, Solvable *s, struct tarhead *th) else if (!strcmp(line, "%LICENSE%")) { if (getsentrynl(th, line, sizeof(line))) - repodata_set_str(data, s - pool->solvables, SOLVABLE_LICENSE, line); + repodata_set_poolstr(data, s - pool->solvables, SOLVABLE_LICENSE, line); } else if (!strcmp(line, "%ARCH%")) {