mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-30 19:31:07 +00:00
Actually break out of loop on invalid data. Oops.
This commit is contained in:
@@ -929,6 +929,7 @@ void formatargument(char type, void *rawarg, FormatterParams formatter, char *&o
|
||||
clipoffs = 0;
|
||||
len = 0;
|
||||
s = "";
|
||||
break;
|
||||
}
|
||||
|
||||
len++; // one more codepoint
|
||||
|
||||
Reference in New Issue
Block a user