Skip empty lines when parsing build output.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3724 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
63809f5e16
commit
46f16e6b93
@ -829,6 +829,9 @@ static void process_build_output_line(const gchar *str, gint color)
|
|||||||
|
|
||||||
g_strchomp(msg);
|
g_strchomp(msg);
|
||||||
|
|
||||||
|
if (! NZV(msg))
|
||||||
|
return;
|
||||||
|
|
||||||
if (build_parse_make_dir(msg, &tmp))
|
if (build_parse_make_dir(msg, &tmp))
|
||||||
{
|
{
|
||||||
setptr(current_dir_entered, tmp);
|
setptr(current_dir_entered, tmp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user