mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
parent
75fc5f38d7
commit
a78f5d2760
@ -150,8 +150,8 @@ public:
|
||||
}
|
||||
|
||||
// Remove old entries until we're under the max size
|
||||
for (auto it = age.rbegin(); size > max_size && it != age.rend(); )
|
||||
KillMacroBlock(**it++);
|
||||
for (auto it = age.rbegin(); size > max_size && it != age.rend(); it++)
|
||||
KillMacroBlock(**it);
|
||||
}
|
||||
|
||||
/// @brief Obtain a data block from the cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user