Enlightenment CVS committal Author : vapier Project : e16 Module : epplets
Dir : e16/epplets/epplets Modified Files: E-ScreenShoot.c Log Message: if we dont know how to handle a request, then we need to bail, not execute uninitialized memory =================================================================== RCS file: /cvs/e/e16/epplets/epplets/E-ScreenShoot.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -3 -r1.30 -r1.31 --- E-ScreenShoot.c 13 Apr 2006 08:26:31 -0000 1.30 +++ E-ScreenShoot.c 15 Apr 2006 19:55:45 -0000 1.31 @@ -801,7 +801,10 @@ script_buf, view_buf, opt.do_ftp ? "" : ")&", NULL); } else + { printf("don't know how to handle grabber %s\n", opt.grabber); + return; + } system(sys); ------------------------------------------------------- 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