Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / url / UrlUtils.cc
index 2d4c73e..76822f1 100644 (file)
@@ -35,7 +35,7 @@ namespace zypp
       std::string skip("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
                        "abcdefghijklmnopqrstuvwxyz"
                        "0123456789.~_-");
-      static const std::string more(URL_SAFE_CHARS);   // ":/?#[]@!$&'()*+,;="
+      std::string more(":/?#[]@!$&'()*+,;=");
       size_t      beg, pos, len;
       std::string out;