lib/upnp/Util: remove parameter "skipinit", always true
This commit is contained in:
@@ -34,7 +34,7 @@ path_getfather(const std::string &s);
|
||||
gcc_pure
|
||||
std::list<std::string>
|
||||
stringToTokens(const std::string &str,
|
||||
const char *delims = "/", bool skipinit = true);
|
||||
const char *delims = "/");
|
||||
|
||||
template <class T>
|
||||
bool
|
||||
|
Reference in New Issue
Block a user