From 53e1c1a77a66d307715a796cb164d7f87ae9eba5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 6 Feb 2006 07:17:33 +0000 Subject: r10887@tres: ted | 2006-02-05 23:16:41 -0800 Okay, I'm basically undoing the last commit that SVK screwed up. All this work is not mine, it was done by other people. Sorry to mess things up. (bzr r92) --- src/removeoverlap/generate-constraints.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/removeoverlap/generate-constraints.cpp') diff --git a/src/removeoverlap/generate-constraints.cpp b/src/removeoverlap/generate-constraints.cpp index efa477449..a8bfe28e7 100644 --- a/src/removeoverlap/generate-constraints.cpp +++ b/src/removeoverlap/generate-constraints.cpp @@ -140,7 +140,7 @@ Event **events; int compare_events(const void *a, const void *b) { Event *ea=*(Event**)a; Event *eb=*(Event**)b; - if(ea->v->r==ea->v->r) { + if(ea->v->r==eb->v->r) { // when comparing opening and closing from the same rect // open must come first if(ea->type==Open) return -1; -- cgit v1.2.3