[Pkg-e-commits] [SCM] Enlightenment DR17 graphical layout and animation library branch, upstream-vcs, updated. 00a54b97536aa9ded13ec8505d14a50a99338b40

doursse doursse at alioth.debian.org
Sat Jun 7 18:20:28 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit e0966d31c2f22c8896384d46328d9e1fd714a800
Author: doursse <doursse>
Date:   Fri Jun 6 18:52:19 2008 +0000

    forget to remove 2 calls

diff --git a/src/bin/edje_cc_out.c b/src/bin/edje_cc_out.c
index a9107a2..26896d5 100644
--- a/src/bin/edje_cc_out.c
+++ b/src/bin/edje_cc_out.c
@@ -602,7 +602,6 @@ data_write(void)
 	     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 @@ data_write(void)
 		    }
 		  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)
 		    {

-- 
Enlightenment DR17 graphical layout and animation library



More information about the Pkg-e-commits mailing list