sdcv should be able to handle pango markup type records

correctly
This commit is contained in:
Evgeniy Dushistov
2007-08-14 18:35:42 +00:00
parent bcb8266d28
commit e34edfcf24

View File

@@ -117,7 +117,6 @@ static string parse_data(const gchar *data)
switch (*p++) {
case 'm':
case 'l': //need more work...
case 'g':
sec_size = strlen(p);
if (sec_size) {
res+="\n";
@@ -127,6 +126,7 @@ static string parse_data(const gchar *data)
}
sec_size++;
break;
case 'g':
case 'x':
sec_size = strlen(p);
if (sec_size) {