|
@@ -116,7 +116,7 @@ public:
|
|
return (fields_);
|
|
return (fields_);
|
|
}
|
|
}
|
|
// We use generict write* methods, with the exception of writeName.
|
|
// We use generict write* methods, with the exception of writeName.
|
|
- // So new data can arriwe without us knowing it, this considers all new
|
|
|
|
|
|
+ // So new data can arrive without us knowing it, this considers all new
|
|
// data to be just data and extends the fields to take it into account.
|
|
// data to be just data and extends the fields to take it into account.
|
|
size_t last_data_pos_;
|
|
size_t last_data_pos_;
|
|
void extendData() {
|
|
void extendData() {
|