mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fix compile error in official builds
This commit is contained in:
@@ -586,10 +586,8 @@ public:
|
||||
|
||||
std::string reportPath = conv(dumpFolder) + "\\" + dumpId + ".zip";
|
||||
|
||||
{
|
||||
rdcstr tmp = conv(reportPath);
|
||||
RENDERDOC_CreateBugReport(conv(conv(wlogpath)), conv(conv(wdump)), tmp);
|
||||
}
|
||||
RENDERDOC_CreateBugReport(rdcstr(conv(wlogpath).c_str()), rdcstr(conv(wdump).c_str()),
|
||||
rdcstr(reportPath.c_str()));
|
||||
|
||||
for(size_t i = 0; i < reportPath.size(); i++)
|
||||
if(reportPath[i] == '\\')
|
||||
|
||||
Reference in New Issue
Block a user