Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_cc_parse.c 


Log Message:


ok. that definitely ain't the right way to do those. back it out...


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_parse.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- edje_cc_parse.c     28 Mar 2004 05:26:17 -0000      1.17
+++ edje_cc_parse.c     20 Apr 2004 02:07:11 -0000      1.18
@@ -507,7 +507,7 @@
        clean_file = tmpn;
        close(fd);
        atexit(clean_tmp_file);
-       snprintf(buf, sizeof(buf), "cpp -E -o %s %s", tmpn, file_in);
+       snprintf(buf, sizeof(buf), "cpp -E %s > %s", file_in, tmpn);
        ret = system(buf);
        if (ret < 0)
          {




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to