Enlightenment CVS committal

Author  : horms
Project : e17
Module  : docs

Dir     : e17/docs/cookbook/xml/thumbs


Modified Files:
        epsilon_simple.xml 


Log Message:
The check should be for < 2, not < 1, as there needs to be at least one 
argument, other than the command. I am not sure if this is the right place to 
make this change. If not please fix / drop me a line

===================================================================
RCS file: /cvs/e/e17/docs/cookbook/xml/thumbs/epsilon_simple.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- epsilon_simple.xml  12 Jul 2004 07:41:04 -0000      1.1
+++ epsilon_simple.xml  15 Apr 2006 06:47:44 -0000      1.2
@@ -27,7 +27,7 @@
         Epsilon * image = NULL;
         Epsilon_Info *info;
 
-        if(argc &lt; 1) {
+        if(argc &lt; 2) {
                 printf("Usage: %s input_image\n", argv[0]);
                 return(1);
         }




-------------------------------------------------------
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