Kaydet (Commit) 0680fc51 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

New loplugin:conststringvar: helpcompiler

Change-Id: Iaf9cedae10b9bc04353d175778ff68cb38fdb409
üst 3b4a3576
......@@ -206,7 +206,7 @@ namespace URLEncoder
{
static std::string encode(const std::string &rIn)
{
const char *good = "!$&'()*+,-.=@_";
const char * const good = "!$&'()*+,-.=@_";
static const char hex[17] = "0123456789ABCDEF";
std::string result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment