[rtl]
authorMichael Martin <michael.martin@reactos.org>
Thu, 3 Jun 2010 07:08:07 +0000 (07:08 +0000)
committerMichael Martin <michael.martin@reactos.org>
Thu, 3 Jun 2010 07:08:07 +0000 (07:08 +0000)
- len returned from mbstowcs is the required size of the destination string, so only allocate the needed size.
- When doing the actual conversion pass in the size of the ansi string not the needed size of destination.
- These changes were missed in 47527.

svn path=/trunk/; revision=47529


No differences found