forget to remove 2 calls

SVN revision: 34762
This commit is contained in:
doursse 2008-06-06 18:52:19 +00:00 committed by doursse
parent 82fee3d58c
commit 0cdcab6a5c
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{