Project

General

Profile

Bug #2080 ยป upnp-stringstream-init.diff

peterh, 02/03/2015 02:57 PM

View differences:

media/mediaManager.cpp
} else {
stringstream ss;
for(StringList::const_iterator it = target.begin(); it != target.end(); ++it){
ss.str();
ss.str(string());
ss << uri << *it;
scanTargets.push_back(ss.str());
    (1-1/1)