[Swfdec] libswfdec/swfdec_rect.c
Benjamin Otte
company at kemper.freedesktop.org
Wed Oct 10 14:01:25 PDT 2007
libswfdec/swfdec_rect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 >= inner->y1 &&
+ outer->x1 >= inner->x1 &&
outer->y1 >= inner->y1;
}
More information about the Swfdec
mailing list