mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Shrunk some string buffer size.
This commit is contained in:
@ -541,7 +541,7 @@ std::wstring CMeter::ReplaceMeasures(std::wstring source)
|
||||
return source;
|
||||
}
|
||||
|
||||
WCHAR buffer[256];
|
||||
WCHAR buffer[64];
|
||||
// Create the actual text (i.e. replace %1, %2, .. with the measure texts)
|
||||
|
||||
for (size_t i = 0; i < stringValues.size(); ++i)
|
||||
|
Reference in New Issue
Block a user