From 305fe062386ece392c2610158f50a42e0f65de23 Mon Sep 17 00:00:00 2001 From: cedric Date: Sat, 28 Jul 2012 16:22:15 +0000 Subject: [PATCH] edje: try to make windows happier. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@74538 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/edje_cc_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4