git://project.juiblex.co.uk
/
razor2.git/.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8697dfd
)
add a missing comparison to ensure correct repo sorting
author
Dan Winship
<danw@gnome.org>
Thu, 14 Feb 2008 15:35:10 +0000 (10:35 -0500)
committer
Dan Winship
<danw@gnome.org>
Thu, 14 Feb 2008 15:35:10 +0000 (10:35 -0500)
razor.c
patch
|
blob
|
history
diff --git
a/razor.c
b/razor.c
index
211e376
..
034cf31
100644
(file)
--- a/
razor.c
+++ b/
razor.c
@@
-1285,6
+1285,8
@@
merge_properties(struct razor_merger *merger)
else
cmp = 1;
if (cmp == 0)
+ cmp = p1->type - p2->type;
+ if (cmp == 0)
cmp = p1->relation - p2->relation;
if (cmp == 0)
cmp = versioncmp(&pool1[p1->version],