sanjeev pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=fc6cd2e209c8ee809125420bddd88070b9ae0cc5

commit fc6cd2e209c8ee809125420bddd88070b9ae0cc5
Author: Sanjeev BA <as290...@samsung.com>
Date:   Tue Nov 25 12:02:13 2014 +0900

    Fix the pattern to be matched for setting current_dir. Resolves edi crash 
on build errors.
    
    Signed-off-by: Sanjeev BA <as290...@samsung.com>
---
 src/bin/edi_consolepanel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/edi_consolepanel.c b/src/bin/edi_consolepanel.c
index f2859dd..076f697 100644
--- a/src/bin/edi_consolepanel.c
+++ b/src/bin/edi_consolepanel.c
@@ -66,7 +66,7 @@ static void _edi_consolepanel_parse_directory(const char 
*line)
 {
    const char *pos;
 
-   pos = strstr(line, "Entering directory '");
+   pos = strstr(line, "Entering directory `");
    if (pos) 
      {
         if (_current_dir)

-- 


Reply via email to