diff options
author | Strangerke | 2013-10-24 07:56:32 +0200 |
---|---|---|
committer | Kamil Zbróg | 2013-10-24 12:59:16 +0100 |
commit | 29033e357b1bdffd18a0d82fa6c5876dc3ee1769 (patch) | |
tree | 0187a2117495f900dccb931235aa85faa893916f /engines/avalanche/parser.h | |
parent | d04a86c20b3ab501f81115246b622c1628f74077 (diff) | |
download | scummvm-rg350-29033e357b1bdffd18a0d82fa6c5876dc3ee1769.tar.gz scummvm-rg350-29033e357b1bdffd18a0d82fa6c5876dc3ee1769.tar.bz2 scummvm-rg350-29033e357b1bdffd18a0d82fa6c5876dc3ee1769.zip |
AVALANCHE: Fix a couple of (theoretical) out of bounds accesses (CID 1109650)
Diffstat (limited to 'engines/avalanche/parser.h')
-rw-r--r-- | engines/avalanche/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/parser.h b/engines/avalanche/parser.h index 261e5ecefe..bdb5ab9bc1 100644 --- a/engines/avalanche/parser.h +++ b/engines/avalanche/parser.h @@ -66,7 +66,7 @@ public: Common::String _inputText; // Original name: current Common::String _inputTextBackup; byte _inputTextPos; // Original name: curpos - bool _quote; // 66 or 99 next? + bool _quote; bool _cursorState; bool _weirdWord; |