Commit b732d428 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

d3dcompiler_43: Don't crash on long TRACE().

parent 82b7a416
......@@ -359,7 +359,7 @@ static HRESULT preprocess_shader(const void *data, SIZE_T data_size,
int size;
ID3DBlob *buffer;
TRACE("Preprocessor messages:\n%s", wpp_messages);
TRACE("Preprocessor messages:\n%s", debugstr_a(wpp_messages));
if (error_messages)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment