mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-02 12:51:03 +00:00
Refactor and improve rdcarray/rdcstr interface
* We are going to replace all std::string/std::vector use with these.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user