rpcrt4: Fix typo in unescape_string_binding_componentW.
commitf2e47cc2a20b6976e4d6345ab78407bde0d8c580
authorRob Shearman <robertshearman@gmail.com>
Fri, 5 Sep 2008 21:08:42 +0000 (5 22:08 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 Sep 2008 10:47:20 +0000 (8 12:47 +0200)
tree46f88c809ef4b717db9d12149a957b536f8eef6a
parent170dd5ff8dc4cc167e1de02df5c9f11d6ed64e16
rpcrt4: Fix typo in unescape_string_binding_componentW.

string_binding is of type "const WCHAR *" so we shouldn't be calling
strlen on it, we should be calling strlenW on it.
dlls/rpcrt4/rpc_binding.c