fixes for last commit

This commit is contained in:
Evgeniy Dushistov
2014-10-24 18:03:30 +00:00
parent ace12ea2bb
commit c78d59de5f
2 changed files with 8 additions and 0 deletions

View File

@@ -179,6 +179,8 @@ static std::string parse_data(const gchar *data, bool colorize_output)
case 'k':
case 'y':
sec_size = strlen(p);
if (sec_size)
res += std::string(p, sec_size);
sec_size++;
break;
case 'W':