[geany/geany-plugins] f00c48: scope: fix line read error message for non-MI lines

Dimitar Zhekov git-noreply at xxxxx
Sat Oct 3 12:25:22 UTC 2015


Branch:      refs/heads/master
Author:      Dimitar Zhekov <dimitar.zhekov at gmail.com>
Committer:   Dimitar Zhekov <dimitar.zhekov at gmail.com>
Date:        Sat, 03 Oct 2015 12:25:22 UTC
Commit:      f00c480bfcc755dd0b78f0e6e6220d3d544a0009
             https://github.com/geany/geany-plugins/commit/f00c480bfcc755dd0b78f0e6e6220d3d544a0009

Log Message:
-----------
scope: fix line read error message for non-MI lines


Modified Paths:
--------------
    scope/src/debug.c

Modified: scope/src/debug.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -253,7 +253,7 @@ static void debug_parse(char *string, const char *error)
 		}
 
 		if (error)
-			dc_error("%s", error);
+			dc_error("%s, ignoring to EOLN", error);
 		else if (!end)
 			dc_error("\" expected");
 		else if (g_str_has_prefix(string, "~^(Scope)#07"))



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list