wined3d: Escape shader comments.

oldstable
Henri Verbeet 2010-02-22 21:37:20 +01:00 committed by Alexandre Julliard
parent eefb45f333
commit de006dbcf9
1 changed files with 1 additions and 1 deletions

View File

@ -1231,7 +1231,7 @@ static void shader_trace_init(const struct wined3d_shader_frontend *fe, void *fe
fe->shader_read_comment(&ptr, &comment, &comment_size);
if (comment)
{
TRACE("//%s\n", comment);
TRACE("// %s\n", debugstr_an(comment, comment_size));
continue;
}