mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 01:41:55 +00:00
fixes for last commit
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user