* edje: Help windows users to be happy.

SVN revision: 42933
This commit is contained in:
Cedric BAIL 2009-10-07 11:50:58 +00:00
parent b9f0728738
commit 45b12f7ad5
1 changed files with 1 additions and 1 deletions

View File

@ -5378,7 +5378,7 @@ _edje_generate_source(Evas_Object *obj)
strcpy(tmpn, "/tmp/edje_edit.edc-tmp-XXXXXX");
if (!(fd = mkstemp(tmpn))) return NULL;
printf("*** tmp file: %s\n", tmpn);
if (!(f = fdopen(fd, "w"))) return NULL;
if (!(f = fdopen(fd, "wb"))) return NULL;
/* Write edc into file */
//TODO Probably we need to save the file before generation