mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-17 21:17:09 +00:00
Compile fix for linux
This commit is contained in:
@@ -139,7 +139,7 @@ rdcstr Reflector::Disassemble(const rdcstr &entryPoint,
|
||||
{
|
||||
rdcstr escaped = "\"";
|
||||
|
||||
for(int i = 0; i < ret.size(); i++)
|
||||
for(size_t i = 0; i < ret.size(); i++)
|
||||
{
|
||||
if(i == 100 && i + 1 < ret.size())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user