We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722241b commit 8720ebaCopy full SHA for 8720eba
src/type_helper.cc
@@ -139,7 +139,7 @@ pbutil::Status TypeHelper::ResolveFieldPath(
139
std::vector<const pb::Field*>* field_path_out) const {
140
// Split the field names & call ResolveFieldPath()
141
const std::vector<std::string> field_names =
142
- absl::StrSplit(field_path_str, ".", absl::SkipEmpty());
+ absl::StrSplit(field_path_str, '.', absl::SkipEmpty());
143
return ResolveFieldPath(type, field_names, field_path_out);
144
}
145
0 commit comments