[APU] Fixed crash in error message caused by invalid arguments number
This commit is contained in:
parent
97fdf9c6dd
commit
16580f5fae
|
@ -511,7 +511,7 @@ void XmaContext::Decode(XMA_CONTEXT_DATA* data) {
|
||||||
|
|
||||||
if (split_frame_len_partial_ > split_frame_len_) {
|
if (split_frame_len_partial_ > split_frame_len_) {
|
||||||
XELOGAPU(
|
XELOGAPU(
|
||||||
"XmaContext {}: Error - Invalid split frame lengths {}! "
|
"XmaContext {}: Error - Invalid split frame lengths! "
|
||||||
"frame_length: {} "
|
"frame_length: {} "
|
||||||
"partial_length: {}",
|
"partial_length: {}",
|
||||||
id(), split_frame_len_, split_frame_len_partial_);
|
id(), split_frame_len_, split_frame_len_partial_);
|
||||||
|
|
Loading…
Reference in New Issue