From 26f6a823ca32b4c8e42bc02efb0ce74c3f281f55 Mon Sep 17 00:00:00 2001 From: Shin-ichiro KAWASAKI Date: Tue, 7 Jul 2009 19:14:13 +0900 Subject: [PATCH 1/2] Bug Fixed for libagl. --- opengl/libagl/primitives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opengl/libagl/primitives.cpp b/opengl/libagl/primitives.cpp index f164c02eea349..769ec404a8a43 100644 --- a/opengl/libagl/primitives.cpp +++ b/opengl/libagl/primitives.cpp @@ -369,7 +369,7 @@ void compute_iterators_t::iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const { int64_t it64[3]; - iterators0032(it, c0, c1, c2); + iterators0032(it64, c0, c1, c2); it[0] = it64[0]; it[1] = it64[1]; it[2] = it64[2]; From 8ecb36eec61f119f500a805b82438aadb3396a19 Mon Sep 17 00:00:00 2001 From: "Yusuf T. Mobile" Date: Fri, 10 Jul 2009 14:13:29 -0700 Subject: [PATCH 2/2] Fixed Android issue #400, where the Intent documentation was inaccurate in a number of places, undoubtedly causing untold grief to innumerable masses. --- core/java/android/content/Intent.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index f5397c43aea22..7c1ecccd6e725 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -75,10 +75,10 @@ import java.util.Set; *

Some examples of action/data pairs are:

* *