am 471252b9: Merge "Fix a bug in multiple shortcut handling code." into jb-mr1-dev

* commit '471252b9da20f4b1d7f55fd15a34d3642a564fcb':
  Fix a bug in multiple shortcut handling code.
main
Ken Wakasa 2012-10-09 07:49:17 -07:00 committed by Android Git Automerger
commit a62a192680
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class TerminalAttributes {
outWord[i] = (uint16_t)codePoint;
}
*outFreq = BinaryFormat::getAttributeFrequencyFromFlags(shortcutFlags);
mPos += BinaryFormat::CHARACTER_ARRAY_TERMINATOR_SIZE;
return i;
}
};