From: cedric Date: Sat, 28 Jul 2012 16:22:15 +0000 (+0000) Subject: edje: try to make windows happier. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~175 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=305fe062386ece392c2610158f50a42e0f65de23;p=profile%2Fivi%2Fedje.git edje: try to make windows happier. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@74538 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_cc_out.c b/src/bin/edje_cc_out.c index f89cfed..043d71c 100644 --- a/src/bin/edje_cc_out.c +++ b/src/bin/edje_cc_out.c @@ -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);