From de931c9f2aef5ae095500098d7a924e45e015ff4 Mon Sep 17 00:00:00 2001 From: cedric Date: Tue, 31 Jul 2012 07:23:16 +0000 Subject: [PATCH] eina: cleanup eina_file_map_lines API before release. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74618 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/edje_watch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/edje_watch.c b/src/bin/edje_watch.c index 3771671..01033b6 100644 --- a/src/bin/edje_watch.c +++ b/src/bin/edje_watch.c @@ -19,7 +19,7 @@ read_watch_file(const char *file) { Eina_File *f; Eina_Iterator *it; - Eina_File_Lines *ln; + Eina_File_Line *ln; Eio_Monitor *mon; Eina_List *r = NULL; @@ -33,7 +33,7 @@ read_watch_file(const char *file) { const char *path; - path = eina_stringshare_add_length(ln->line.start, ln->length); + path = eina_stringshare_add_length(ln->start, ln->length); r = eina_list_append(r, eio_monitor_add(path)); eina_stringshare_del(path); } -- 2.7.4