From bebda6d4b055aeeddd502f653ac1ef528c7f019b Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Fri, 7 Jun 2013 13:08:04 +0200 Subject: [PATCH] make SOLVABLE_LICENSE also use a poolstr --- ext/repo_arch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%")) { -- 2.47.2