mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:33:12 +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
|
@ -104,7 +104,7 @@ _sxprintf(
|
|||
if (count != _TRUNCATE)
|
||||
{
|
||||
/* We can't, invoke invalid parameter handler */
|
||||
MSVCRT_INVALID_PMT("Buffer is too small");
|
||||
MSVCRT_INVALID_PMT("Buffer is too small", ERANGE);
|
||||
|
||||
/* If we came back, set the buffer to an empty string */
|
||||
*buffer = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue