mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
d3dcompiler: Include the string terminator in the output blob.
This commit is contained in:
parent
e88caf015e
commit
dbc8c9c299
@ -306,6 +306,7 @@ static int wpp_close_output(void)
|
||||
if(!new_wpp_output) return 0;
|
||||
wpp_output = new_wpp_output;
|
||||
wpp_output[wpp_output_size]='\0';
|
||||
wpp_output_size++;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user