mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-27 20:31:02 +00:00
Remove std::string/std::vector use from os-specific layer
This commit is contained in:
@@ -30,7 +30,7 @@ std::string LocatePluginFile(const std::string &path, const std::string &fileNam
|
||||
{
|
||||
std::string ret;
|
||||
|
||||
std::string libpath;
|
||||
rdcstr libpath;
|
||||
FileIO::GetLibraryFilename(libpath);
|
||||
libpath = get_dirname(libpath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user