projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f40732
)
- no endless loops, please
author
Michael Schroeder
<mls@suse.de>
Tue, 30 Jun 2009 14:56:11 +0000
(16:56 +0200)
committer
Michael Schroeder
<mls@suse.de>
Tue, 30 Jun 2009 14:56:11 +0000
(16:56 +0200)
ext/repo_deb.c
patch
|
blob
|
history
diff --git
a/ext/repo_deb.c
b/ext/repo_deb.c
index da352ba2a70e7faa8813578ac72fffc9488e1b21..e35740c44565b6741bdc72e8d3582ffc767b31d0 100644
(file)
--- a/
ext/repo_deb.c
+++ b/
ext/repo_deb.c
@@
-140,9
+140,10
@@
makedeps(Repo *repo, char *deps, unsigned int olddeps, Id marker)
if (!id)
id = name;
else
-
id = rel2id(pool, id, name, REL_OR, 1);
+ id = rel2id(pool, id, name, REL_OR, 1);
if (*p != '|')
break;
+ p++;
}
if (!id)
return olddeps;