We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf0e19 commit 8293d50Copy full SHA for 8293d50
src/build.cc
@@ -1041,8 +1041,7 @@ bool Builder::ExtractDeps(CommandRunner::Result* result,
1041
StringPiece piece = ptr;
1042
ptr += piece.size() + 1;
1043
uint64_t slash_bits;
1044
- CanonicalizePath(const_cast<char*>(piece.str_), &piece.len_,
1045
- &slash_bits);
+ CanonicalizePath(const_cast<char*>(piece.str_), &piece.len_, &slash_bits);
1046
deps_nodes->push_back(state_->GetNode(piece, slash_bits));
1047
}
1048
0 commit comments