[subset] Fix incorrect index.

This commit is contained in:
Garret Rieger 2018-02-26 16:13:10 -08:00
parent 074b5a29a1
commit e20ab71d12
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ struct os2
/* the spec says that bit 57 ("Non Plane 0") implies that there's
at least one codepoint beyond the BMP; so I also include all
the non-BMP codepoints here */
ulUnicodeRange[2].set (ulUnicodeRange[2] | (1 << 25));
ulUnicodeRange[1].set (ulUnicodeRange[1] | (1 << 25));
}
}
}