Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto_browsing.c 


Log Message:
Typecast to remove warnings.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_browsing.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ephoto_browsing.c   6 Apr 2006 00:23:24 -0000       1.22
+++ ephoto_browsing.c   6 Apr 2006 01:45:52 -0000       1.23
@@ -337,12 +337,12 @@
        /********************************************************/
        if ( w == m->vbutton ) {
                pathi = ewl_image_file_path_get(EWL_IMAGE(m->vimage));
-               name = basename(pathi);
+               name = basename((char *)pathi);
        }
        
        else {
                pathi = ewl_widget_name_get(w);
-               name = basename(pathi);
+               name = basename((char *)pathi);
        }
        
        page = ewl_notebook_visible_page_get(EWL_NOTEBOOK(m->notebook));




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to