summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'datatest.cpp')
-rw-r--r--datatest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/datatest.cpp b/datatest.cpp
index 76cd5583..9155e83d 100644
--- a/datatest.cpp
+++ b/datatest.cpp
@@ -56,7 +56,7 @@ bool Readline(std::istream& stream, std::string& line)
line.clear();
std::string temp;
- temp.resize(64);
+ temp.reserve(64);
while (!stream.fail())
{