mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 05:50:51 +00:00
c4227e9a61
This comes up as a warning in VS2017, and all instances of this should be unsafe given that std::string in MSVC only starts with a pointer when the string contents is longer than the internal buffer, and of course the size is larger than that of a pointer so all following arguments wouldn't work either.