search for: c6365c1

Displaying 1 result from an estimated 1 matches for "c6365c1".

Did you mean: 636571
2007 Oct 10
0
libswfdec/swfdec_rect.c
...eletion(-) New commits: diff-tree d622c9688417c3efd36e3f39a64654296a458e84 (from 985d5725de43dcf605d1e17b5d45e4bd5df1b55f) Author: Benjamin Otte <otte at gnome.org> Date: Wed Oct 10 22:49:14 2007 +0200 typo diff --git a/libswfdec/swfdec_rect.c b/libswfdec/swfdec_rect.c index 674bcba..c6365c1 100644 --- a/libswfdec/swfdec_rect.c +++ b/libswfdec/swfdec_rect.c @@ -205,7 +205,7 @@ swfdec_rect_inside (const SwfdecRect *ou /* if outer is empty, below will return FALSE */ return outer->x0 <= inner->x0 && outer->y0 <= inner->y0 && - outer->x1 >...