msvcrt: Remove dead code in wcscpy_s.

Andrew Nguyen arethusa26 at gmail.com
Mon Aug 10 01:26:04 CDT 2009


The code within the if statement will never be reached, since its
condition is identical to a prior if statement that returns from the
function.
---
 dlls/msvcrt/wcs.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcrt-Remove-dead-code-in-wcscpy_s.txt
Type: text/x-patch
Size: 409 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090810/61a08300/attachment.bin>


More information about the wine-patches mailing list