]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
No idea why I had this as intlist.
authorMichael Matz <matz@suse.de>
Thu, 27 Dec 2007 21:49:26 +0000 (21:49 +0000)
committerMichael Matz <matz@suse.de>
Thu, 27 Dec 2007 21:49:26 +0000 (21:49 +0000)
tools/repo_susetags.c

index fc6a62f67159200120021ee20cdd169214b51bdd..a2bc1fa54692abfd4e858362bebb6602b187aeb2 100644 (file)
@@ -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));