mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 06:05:45 +00:00
Switch thumbnail to bytebuf instead of byte pointer and length
This commit is contained in:
@@ -812,7 +812,7 @@ public:
|
||||
if(empty())
|
||||
return;
|
||||
|
||||
#define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n')
|
||||
#define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n' || (c) == '\0')
|
||||
|
||||
const char *str = c_str();
|
||||
size_t sz = size();
|
||||
|
||||
Reference in New Issue
Block a user