Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/lib


Modified Files:
        embryo_args.c 


Log Message:
another warning fix
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/lib/embryo_args.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- embryo_args.c       1 Jul 2004 06:08:06 -0000       1.1
+++ embryo_args.c       24 Aug 2004 09:51:37 -0000      1.2
@@ -46,7 +46,7 @@
    val = *(Embryo_Cell *)(data + (int)ep->frm + 
                          (((int)params[1] + 3) * sizeof(Embryo_Cell)));
    val += params[2] * sizeof(Embryo_Cell);
-   if ((val < 0) || (val >= ep->hea) && (val < ep->stk)) return 0;
+   if ((val < 0) || ((val >= ep->hea) && (val < ep->stk))) return 0;
    *(Embryo_Cell *)(data + (int)val) = params[3];
    return 1;
 }




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to