summaryrefslogtreecommitdiffstats
path: root/src/depfile_parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/depfile_parser.cc')
-rw-r--r--src/depfile_parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depfile_parser.cc b/src/depfile_parser.cc
index 54b934c..b6ea1ce 100644
--- a/src/depfile_parser.cc
+++ b/src/depfile_parser.cc
@@ -195,7 +195,7 @@ yy13:
if (!is_target) {
ins_.push_back(StringPiece(filename, len));
- } else if (!out_.str_) {
+ } else if (!out_.str()) {
out_ = StringPiece(filename, len);
} else if (out_ != StringPiece(filename, len)) {
*err = "depfile has multiple output paths.";