Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 516f9d6e authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix a bug in multiple shortcut handling code.

Bug: 7301525
Change-Id: Ib38f5ab4b7e4f7996bccbc6830d46f52fd71c6f9
parent 2e3f261d
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,6 @@ class TerminalAttributes {
                outWord[i] = (uint16_t)codePoint;
                outWord[i] = (uint16_t)codePoint;
            }
            }
            *outFreq = BinaryFormat::getAttributeFrequencyFromFlags(shortcutFlags);
            *outFreq = BinaryFormat::getAttributeFrequencyFromFlags(shortcutFlags);
            mPos += BinaryFormat::CHARACTER_ARRAY_TERMINATOR_SIZE;
            return i;
            return i;
        }
        }
    };
    };