Minor fix

Ouch
This commit is contained in:
Behdad Esfahbod 2012-11-13 14:42:22 -08:00
parent c8d4f8b0fe
commit 1c7e55511a
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ hb_feature_to_string (hb_feature_t *feature,
len += 4; len += 4;
while (len && s[len - 1] == ' ') while (len && s[len - 1] == ' ')
len--; len--;
if (feature->start != 0 || feature->start != (unsigned int) -1) if (feature->start != 0 || feature->end != (unsigned int) -1)
{ {
s[len++] = '['; s[len++] = '[';
if (feature->start) if (feature->start)