hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=56c33ba6aa22e973cda0b17a8ae8e42b7c868a9b
commit 56c33ba6aa22e973cda0b17a8ae8e42b7c868a9b Author: ChunEon Park <[email protected]> Date: Fri Aug 8 19:59:40 2014 +0900 edc_editor: request edc file mapping all in reading. --- src/bin/edc_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edc_editor.c b/src/bin/edc_editor.c index 79aa7c4..fd48fda 100644 --- a/src/bin/edc_editor.c +++ b/src/bin/edc_editor.c @@ -1131,7 +1131,7 @@ edit_edc_read(edit_data *ed, const char *file_path) base_title_set(file_path); - utf8_edit = eina_file_map_all(file, EINA_FILE_REMOVE); + utf8_edit = eina_file_map_all(file, EINA_FILE_POPULATE); if (!utf8_edit) goto err; //Append line numbers --
