dinput: Fix printing NULL strings.

This commit is contained in:
Francois Gouget 2011-09-18 19:44:01 +02:00 committed by Alexandre Julliard
parent e5e2304427
commit ca8c1103af
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ static HRESULT WINAPI IDirectInput8AImpl_EnumDevicesBySemantics(
int i, j;
FIXME("(this=%p,%s,%p,%p,%p,%04x): semi-stub\n", This, ptszUserName, lpdiActionFormat,
FIXME("(this=%p,%s,%p,%p,%p,%04x): semi-stub\n", This, debugstr_a(ptszUserName), lpdiActionFormat,
lpCallback, pvRef, dwFlags);
#define X(x) if (dwFlags & x) FIXME("\tdwFlags |= "#x"\n");
X(DIEDBSFL_ATTACHEDONLY)