Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/embryo
Dir : e17/libs/embryo/src/bin
Modified Files:
embryo_main.c
Log Message:
init vars before usage
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- embryo_main.c 11 Jul 2004 09:50:42 -0000 1.7
+++ embryo_main.c 15 Oct 2004 15:12:05 -0000 1.8
@@ -131,7 +131,7 @@
exported_rec(Embryo_Program *ep, Embryo_Cell *params)
{
Embryo_Function fn;
- Embryo_Cell ret, arg1, arg2;
+ Embryo_Cell ret = 0, arg1, arg2;
// params[0] = number of bytes of params passed
if (params[0] != 3 * sizeof(Embryo_Cell)) return -1;
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs