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

main
Ken Wakasa 2012-10-09 07:47:04 -07:00 committed by Android (Google) Code Review
commit 471252b9da
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;
}
};