git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-09-13 11:27:17 +00:00
parent 6880121c7e
commit fb52b027c9
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class FontRecord
}
else
{ // is not compressed unicode
field_11_font_name = StringUtil.getFromUnicode(data, 15,
field_11_font_name = StringUtil.getFromUnicodeHigh(data, 16,
field_10_font_name_len);
}
}