[Pkg-e-commits] [SCM] Enlightenment DR17 graphical layout and animation library branch, upstream-vcs, updated. f5b4e4555670cc3b4a24802eb44d7d47c379bee4

cmarcelo cmarcelo at alioth.debian.org
Fri May 23 22:08:17 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 58d6c07eab16c42dc766e421532eb1992be3f06a
Author: cmarcelo <cmarcelo>
Date:   Tue Apr 1 21:30:54 2008 +0000

    Edje: missing va_ends.

diff --git a/src/bin/edje_cc_parse.c b/src/bin/edje_cc_parse.c
index e5742a6..d96fd2d 100644
--- a/src/bin/edje_cc_parse.c
+++ b/src/bin/edje_cc_parse.c
@@ -826,6 +826,8 @@ _parse_enum(char *str, va_list va)
 	     return v;
 	  }
      }
+   va_end(va2);
+   va_end(va);
    return 0;
 }
 

-- 
Enlightenment DR17 graphical layout and animation library



More information about the Pkg-e-commits mailing list