Commit 43b667ce authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard

Corrected debug output.

parent bd1a0a6e
...@@ -2033,12 +2033,12 @@ INT WINAPI LCMapStringA( ...@@ -2033,12 +2033,12 @@ INT WINAPI LCMapStringA(
FIXME(string,"(0x%04lx,0x%08lx,%p,%d,%p,%d): " FIXME(string,"(0x%04lx,0x%08lx,%p,%d,%p,%d): "
"unimplemented flags: 0x%08lx\n", "unimplemented flags: 0x%08lx\n",
lcid, lcid,
mapflags & ~LCMAPSTRINGA_SUPPORTED_FLAGS, mapflags,
srcstr, srcstr,
srclen, srclen,
dststr, dststr,
dstlen, dstlen,
mapflags mapflags & ~LCMAPSTRINGA_SUPPORTED_FLAGS
); );
} }
......
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