edje: try to make windows happier.

SVN revision: 74538
This commit is contained in:
Cedric BAIL 2012-07-28 16:22:15 +00:00
parent 94ba6484a9
commit 4af162575d
1 changed files with 1 additions and 1 deletions

View File

@ -2622,7 +2622,7 @@ using_file(const char *filename)
FILE *f;
if (!watchfile) return;
f = fopen(watchfile, "a");
f = fopen(watchfile, "ab");
if (!f) return ;
fputs(filename, f);
fputc('\n', f);