Enlightenment CVS committal Author : titan Project : e17 Module : apps/ephoto
Dir : e17/apps/ephoto/src/bin Modified Files: ephoto_exif.c Log Message: Check to make sure img is pointing to somethin =================================================================== RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_exif.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ephoto_exif.c 25 Feb 2007 04:30:57 -0000 1.9 +++ ephoto_exif.c 11 Mar 2007 14:10:42 -0000 1.10 @@ -107,6 +107,7 @@ ecore_list_set_free_cb(values, free); img = get_image(); + if(!img) return; exif_info = get_exif_data(img); if(ecore_hash_count(exif_info) == 0) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs