blob: 9f21b1379f1bb6ec7b020e08ac3d4b43dfec9b4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- cvsps.c.orig Wed Aug 9 21:59:54 2006
+++ cvsps.c Wed Aug 9 22:00:17 2006
@@ -2551,8 +2551,8 @@
for (next = ps->members.next; next != &ps->members; next = next->next)
{
PatchSetMember * psm = list_entry(next, PatchSetMember, link);
- rev = psm->pre_rev;
int d1, d2;
+ rev = psm->pre_rev;
/* the reason this is at all complicated has to do with a
* branch off of a branch. it is possible (and indeed
|