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

* commit '00f3d8094733de407c9cd2669bf579a4d7740328':
  Fix a bug in multiple shortcut handling code.
main
Ken Wakasa 2012-10-09 08:53:55 -07:00 committed by Android Git Automerger
commit 3873d36128
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;
}
};