mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Merge/Uri support
- fixed autopush bug where e.g. 'ssh://' was omitted (Uri::parse() was wrongly modifying the data member)
This commit is contained in:
parent
96d406960d
commit
236b017d57
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ void Uri::parse ()
|
|||
}
|
||||
|
||||
std::string::size_type pos;
|
||||
std::string uripart;
|
||||
std::string data = this->data;
|
||||
std::string pathDelimiter = "/";
|
||||
|
||||
user = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue