Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_cc_out.c 


Log Message:
forget to remove 2 calls

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/bin/edje_cc_out.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- edje_cc_out.c       6 Jun 2008 18:31:48 -0000       1.61
+++ edje_cc_out.c       6 Jun 2008 18:52:19 -0000       1.62
@@ -602,7 +602,6 @@
             tmpdir = "/tmp";
 #endif
              snprintf(tmpn, PATH_MAX, "%s/edje_cc.sma-tmp-XXXXXX", tmpdir);
-            strcpy(tmpn, "/tmp/edje_cc.sma-tmp-XXXXXX");
             fd = mkstemp(tmpn);
             if (fd >= 0)
               {
@@ -685,7 +684,6 @@
                    }
                  close(fd);
                   snprintf(tmpo, PATH_MAX, "%s/edje_cc.amx-tmp-XXXXXX", 
tmpdir);
-                 strcpy(tmpo, "/tmp/edje_cc.amx-tmp-XXXXXX");
                  fd = mkstemp(tmpo);
                  if (fd >= 0)
                    {



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to