mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Refactor and improve rdcarray/rdcstr interface
* We are going to replace all std::string/std::vector use with these.
This commit is contained in:
@@ -1138,7 +1138,7 @@ PyObject *PythonContext::outstream_write(PyObject *self, PyObject *args)
|
||||
_frame *frame = PyEval_GetFrame();
|
||||
|
||||
while(message.back() == '\n' || message.back() == '\r')
|
||||
message.erase(message.size() - 1);
|
||||
message.pop_back();
|
||||
|
||||
QString filename = lit("unknown");
|
||||
int line = 0;
|
||||
|
||||
Reference in New Issue
Block a user