mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 08:41:41 +00:00
Sync with trunk r63270.
svn path=/branches/shell-experiments/; revision=63271
This commit is contained in:
commit
8db8073cbb
452 changed files with 42806 additions and 6586 deletions
|
@ -603,8 +603,7 @@ int CDECL strncpy_s(char *dest, size_t numberOfElements,
|
|||
return 0;
|
||||
}
|
||||
|
||||
MSVCRT_INVALID_PMT("dest[numberOfElements] is too small");
|
||||
MSVCRT_INVALID_PMT("dest[numberOfElements] is too small", EINVAL);
|
||||
dest[0] = '\0';
|
||||
*_errno() = EINVAL;
|
||||
return EINVAL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue