From 7dee9936074bcbbf9dfe4faf2d86165abb7d9eb9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 May 2018 09:30:55 +0200 Subject: Fix bug in TU checksum depdb saving logic in case of reprocess=true --- build2/depdb.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/depdb.cxx') 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 -- cgit v1.1