diff --git a/src/http.cpp b/src/http.cpp index d63fff22..ce1801f3 100644 --- a/src/http.cpp +++ b/src/http.cpp @@ -187,7 +187,7 @@ static Exiv2::Dictionary stringToDict(const std::string& s) token += s[i]; } else { result[token]=token; - token=""; + token.clear(); } i++; }