Refactor and improve rdcarray/rdcstr interface

* We are going to replace all std::string/std::vector use with these.
This commit is contained in:
baldurk
2019-12-16 17:06:15 +00:00
parent 8e21b28785
commit ec7a852582
6 changed files with 802 additions and 41 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ struct AndroidRemoteServer : public RemoteServer
rdcstr package = path;
if(!package.empty() && package[0] == '/')
package.erase(0);
package.erase(0, 1);
std::vector<PathEntry> activities;