libsexy: last color parsing improvement

This commit is contained in:
TingPing 2013-10-17 21:59:31 -04:00
parent f342123d7f
commit cf5e2f273f
1 changed files with 2 additions and 4 deletions

View File

@ -995,10 +995,8 @@ check_color:
}
else
{
if (offset > 1) /* No colors but a , was added */
insert_hiddenchar (entry, i - 2, i - 1);
else
insert_hiddenchar (entry, i - 1, i);
/* No colors but some commas may have been added */
insert_hiddenchar (entry, i - offset, i - offset + 1);
insert_color (entry, i, -1, -1);
}