From: Michael Matz Date: Thu, 27 Dec 2007 21:49:26 +0000 (+0000) Subject: No idea why I had this as intlist. X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~729 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c911d15692ddf3474953059ea2cce975e68bfb9a;p=thirdparty%2Flibsolv.git No idea why I had this as intlist. --- diff --git a/tools/repo_susetags.c b/tools/repo_susetags.c index fc6a62f6..a2bc1fa5 100644 --- a/tools/repo_susetags.c +++ b/tools/repo_susetags.c @@ -287,7 +287,7 @@ add_source (char *line, struct parsedata *pd, Solvable *s, unsigned entry, int f } } if (n != repo->end) - add_attr_intlist_int (attr, entry, id_sourceid, nn - repo->start); + add_attr_int (attr, entry, id_sourceid, nn - repo->start); else { add_attr_localids_id (attr, entry, id_source, str2localid (attr, sp[0], 1));