edje: try to make windows happier.
authorcedric <cedric>
Sat, 28 Jul 2012 16:22:15 +0000 (16:22 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 28 Jul 2012 16:22:15 +0000 (16:22 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@74538 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_out.c

index f89cfed..043d71c 100644 (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);