mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix build
svn path=/trunk/; revision=57406
This commit is contained in:
parent
ed2dfd2b93
commit
0767c39956
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ mbstowcs_s(
|
|||
else
|
||||
{
|
||||
/* Get the length of the string, plus 0 terminator */
|
||||
cwcWritten = _mbsnlen(pmbstr, count) + 1;
|
||||
cwcWritten = _mbsnlen((const unsigned char *)pmbstr, count) + 1;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue