Corrected debug output.

This commit is contained in:
Juergen Schmied 1999-04-10 16:52:22 +00:00 committed by Alexandre Julliard
parent bd1a0a6e4d
commit 43b667ceb7
1 changed files with 2 additions and 2 deletions

View File

@ -2033,12 +2033,12 @@ INT WINAPI LCMapStringA(
FIXME(string,"(0x%04lx,0x%08lx,%p,%d,%p,%d): "
"unimplemented flags: 0x%08lx\n",
lcid,
mapflags & ~LCMAPSTRINGA_SUPPORTED_FLAGS,
mapflags,
srcstr,
srclen,
dststr,
dstlen,
mapflags
mapflags & ~LCMAPSTRINGA_SUPPORTED_FLAGS
);
}