Fixed infinite loop when a Rainmeter.exe is called with a bang containing square brackets (e.g. Rainmeter.exe !Bang "[Text]")

This commit is contained in:
Birunthan Mohanathas
2011-11-08 18:19:34 +00:00
parent 569a151c6c
commit dfd53fb158
2 changed files with 5 additions and 73 deletions

View File

@ -159,7 +159,6 @@ public:
const std::wstring& GetTrayExecuteDM() { return m_TrayExecuteDM; }
BOOL ExecuteBang(const std::wstring& bang, const std::wstring& arg, CMeterWindow* meterWindow);
std::wstring ParseCommand(const WCHAR* command, CMeterWindow* meterWindow);
void ExecuteCommand(const WCHAR* command, CMeterWindow* meterWindow);
void RefreshAll();