Skip to content

Commit 52fd211

Browse files
committed
Change pool_str2id calls to use "1" instead of "9"
1 parent d8a0a67 commit 52fd211

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/repo_autopattern.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ repo_add_autopattern(Repo *repo, int flags)
131131
if (repo == pool->installed)
132132
flags |= ADD_NO_AUTOPRODUCTS; /* no auto products for installed repos */
133133

134-
pattern_id = pool_str2id(pool, "pattern()", 9);
135-
product_id = pool_str2id(pool, "product()", 9);
134+
pattern_id = pool_str2id(pool, "pattern()", 1);
135+
product_id = pool_str2id(pool, "product()", 1);
136136

137137
queue_init(&categorykeys);
138138
FOR_REPO_SOLVABLES(repo, p, s)

0 commit comments

Comments
 (0)