aboutsummaryrefslogtreecommitdiff
path: root/build2/depdb.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-24 09:30:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-24 09:30:55 +0200
commit7dee9936074bcbbf9dfe4faf2d86165abb7d9eb9 (patch)
tree884463e40ebc497e19bb93fbd0439e27116e7b64 /build2/depdb.cxx
parent2fbbc3b8c6def41baaa1e02048713c2a772693ab (diff)
Fix bug in TU checksum depdb saving logic in case of reprocess=true
Diffstat (limited to 'build2/depdb.cxx')
-rw-r--r--build2/depdb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/depdb.cxx b/build2/depdb.cxx
index a66afdf..df73dfd 100644
--- a/build2/depdb.cxx
+++ b/build2/depdb.cxx
@@ -109,7 +109,7 @@ namespace build2
if (state_ == state::read_eof)
return nullptr;
- getline (fs_, line_); // Calls data_.erase().
+ getline (fs_, line_); // Calls line_.erase().
// The line should always end with a newline. If it doesn't, then this
// line (and the rest of the database) is assumed corrupted. Also peek at