mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d3dcompiler: Trace compilation messages.
This commit is contained in:
parent
14ec785fc3
commit
47a7f7f13d
1 changed files with 1 additions and 0 deletions
|
@ -753,6 +753,7 @@ void compilation_message(struct compilation_messages *msg, const char *fmt, va_l
|
|||
}
|
||||
else
|
||||
{
|
||||
TRACE("%s", msg->string + msg->size);
|
||||
msg->size += rc;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue