Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_cc_sc1.c 


Log Message:
Don't simply change the extension of the input file to foo.sma if it doesn't 
end in '.sma' already. If we really want embryo_cc to only accept *.sma files, 
it should print an error message if we feed it something other than a *.sma 
file. To be defined ;)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_sc1.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- embryo_cc_sc1.c     26 Mar 2005 15:21:02 -0000      1.21
+++ embryo_cc_sc1.c     26 Mar 2005 15:27:14 -0000      1.22
@@ -21,7 +21,7 @@
  *  must not be misrepresented as being the original software.
  *  3.  This notice may not be removed or altered from any source
  *  distribution.  
- *  Version: $Id: embryo_cc_sc1.c,v 1.21 2005/03/26 15:21:02 tsauerbeck Exp $
+ *  Version: $Id: embryo_cc_sc1.c,v 1.22 2005/03/26 15:27:14 tsauerbeck Exp $
  */
 #include <assert.h>
 #include <ctype.h>
@@ -672,7 +672,6 @@
       {
         /* input file */
         strcpy(iname, argv[i]); /* FIXME */
-        set_extension(iname, ".sma", FALSE);
       }
       else
       {




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to