Commit 40dcb595 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dmsynth/tests: Avoid dynamic format string.

parent 9ff05696
......@@ -57,7 +57,7 @@ static void test_synth_getformat(IDirectMusicSynth *synth, DMUS_PORTPARAMS *para
DWORD size;
HRESULT hr;
winetest_push_context(context);
winetest_push_context("%s", context);
size = sizeof(format);
hr = IDirectMusicSynth_GetFormat(synth, &format, &size);
......
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