Fixed incorrect buffer grow calls
Fixes minor mistake introduced in 94be307225.
This commit is contained in:
parent
42a3ca3d56
commit
13a8b0e5ba
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ private:
|
|||
DPrintf(DMSG_NOTIFY, "Expanding special size to %zu\n", MaxSize);
|
||||
|
||||
for (auto& stream : Streams)
|
||||
Streams->Grow(MaxSize);
|
||||
stream.Grow(MaxSize);
|
||||
|
||||
CurrentStream = Streams[CurrentClientTic % BACKUPTICS].Stream + CurrentSize;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue