Use a character literal instead of grpc::string

pull/2160/head
Craig Tiller 10 years ago
parent c7299987a0
commit aeedff1ef8
  1. 2
      test/cpp/util/grpc_cli.cc

@ -88,7 +88,7 @@ void ParseMetadataFlag(
return;
}
std::vector<grpc::string> fields;
grpc::string delim(":");
const char* delim = ":";
size_t cur, next = -1;
do {
cur = next + 1;

Loading…
Cancel
Save