Skip to content
Snippets Groups Projects
Commit a62a1926 authored by Ken Wakasa's avatar Ken Wakasa Committed by Android Git Automerger
Browse files

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

* commit '471252b9':
  Fix a bug in multiple shortcut handling code.
parents c44314b4 471252b9
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ class TerminalAttributes {
outWord[i] = (uint16_t)codePoint;
}
*outFreq = BinaryFormat::getAttributeFrequencyFromFlags(shortcutFlags);
mPos += BinaryFormat::CHARACTER_ARRAY_TERMINATOR_SIZE;
return i;
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment