mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Clear the command output variable when a hotkey fails to match to be safe
Originally committed to SVN as r6111.
This commit is contained in:
parent
eb8a73d836
commit
022c711409
@ -120,6 +120,7 @@ bool Hotkey::Scan(const std::string &context, const std::string &str, bool alway
|
||||
return true;
|
||||
}
|
||||
|
||||
cmd.clear();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user