rpcrt4: Fix typo in unescape_string_binding_componentW.

Rob Shearman robertshearman at gmail.com
Fri Sep 5 16:08:42 CDT 2008


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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4e032439acd6ff7dee169b767e099189dd186fd0.diff
Type: text/x-patch
Size: 500 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080905/7518a009/attachment.bin 


More information about the wine-patches mailing list