Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : photo

Dir     : e_modules/photo/src/module


Modified Files:
        photo_picture_local.c 


Log Message:
Ooops missing brackets

===================================================================
RCS file: /cvs/e/e_modules/photo/src/module/photo_picture_local.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- photo_picture_local.c       12 Jul 2006 18:39:08 -0000      1.5
+++ photo_picture_local.c       12 Jul 2006 23:20:54 -0000      1.6
@@ -158,9 +158,10 @@
 
    pl = pictures_local;
 
-   DPICL(("Trying to get a picture, position = %d", position));
+   DPICL(("Trying to get a picture (%d), position = %d",
+          evas_list_count(pl->pictures), position));
 
-   if (!evas_list_count(pl->pictures) - pl->pictures_waiting_delete)
+   if (!(evas_list_count(pl->pictures) - pl->pictures_waiting_delete))
      return NULL;
 
    if (position != PICTURE_LOCAL_GET_RANDOM)




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to