Enlightenment CVS committal Author : raster Project : e17 Module : libs/embryo
Dir : e17/libs/embryo/src/lib Modified Files: embryo_str.c Log Message: atoi booboo - accepts 1, not 2 params! :) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/lib/embryo_str.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- embryo_str.c 29 Oct 2004 20:06:39 -0000 1.6 +++ embryo_str.c 8 Jan 2005 08:57:00 -0000 1.7 @@ -24,7 +24,7 @@ char *s1; /* params[1] = str */ - if (params[0] != (2 * sizeof(Embryo_Cell))) return 0; + if (params[0] != (1 * sizeof(Embryo_Cell))) return 0; STRGET(ep, s1, params[1]); if (!s1) return 0; return (Embryo_Cell)atoi(s1); ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs