asdfuser pushed a commit to branch master.

commit 35d203d9e7bbc50cefd3e5c88946be74da21eb62
Author: Daniel Willmann <[email protected]>
Date:   Tue Apr 2 15:06:33 2013 +0100

    eina_cow: Fix compilation for tests again
    
    eina_cow_add now requires a gc parameter
    
    Signed-off-by: Daniel Willmann <[email protected]>
---
 src/tests/eina/eina_test_cow.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tests/eina/eina_test_cow.c b/src/tests/eina/eina_test_cow.c
index e0c4ebc..a081b34 100644
--- a/src/tests/eina/eina_test_cow.c
+++ b/src/tests/eina/eina_test_cow.c
@@ -48,7 +48,7 @@ START_TEST(eina_cow_bad)
    Eina_Cow *cow;
    Eina_Cow_Test default_value = { 7, 42, NULL };
 
-   cow = eina_cow_add("COW Test", sizeof (Eina_Cow_Test), 16, &default_value);
+   cow = eina_cow_add("COW Test", sizeof (Eina_Cow_Test), 16, &default_value, 
EINA_TRUE);
    fail_if(cow == NULL);
 
    cur = eina_cow_alloc(cow);
@@ -95,7 +95,7 @@ START_TEST(eina_cow)
    Eina_Cow *cow;
    Eina_Cow_Test default_value = { 42, 0, NULL };
 
-   cow = eina_cow_add("COW Test", sizeof (Eina_Cow_Test), 16, &default_value);
+   cow = eina_cow_add("COW Test", sizeof (Eina_Cow_Test), 16, &default_value, 
EINA_TRUE);
    fail_if(cow == NULL);
 
    prev = eina_cow_alloc(cow);

-- 

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2

Reply via email to