seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=a69f7831f98930863495f1fa6bac1f3c15354ce5

commit a69f7831f98930863495f1fa6bac1f3c15354ce5
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Mon Feb 3 09:28:16 2014 +0900

    test_flip_page: Revert wrong initialize routine.
---
 src/bin/test_flip_page.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bin/test_flip_page.c b/src/bin/test_flip_page.c
index 5e0201c..5fbb9df 100644
--- a/src/bin/test_flip_page.c
+++ b/src/bin/test_flip_page.c
@@ -514,7 +514,9 @@ _state_update(State *st)
 
         for (row = 0, gy = 0; gy < h; gy += gszh, row++)
           {
-             Vertex3 vo[4] = { 0 };
+             Vertex3 vo[4];
+
+             memset(vo, 0, sizeof(vo));
 
              if (b > 0) nn = num + st->slices_h - row - 1;
              else nn = num + row;

-- 


Reply via email to