File diff r23519:04e2cd195801 → r23520:20bbc807b0eb
src/saveload/saveload.cpp
Show inline comments
 
@@ -175,7 +175,7 @@ struct MemoryDumper {
 
	 */
 
	size_t GetSize() const
 
	{
 
		return this->blocks.Length() * MEMORY_CHUNK_SIZE - (this->bufe - this->buf);
 
		return this->blocks.size() * MEMORY_CHUNK_SIZE - (this->bufe - this->buf);
 
	}
 
};