mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
Update base/applications/network/tracert/tracert.cpp
Remove extra space Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
This commit is contained in:
parent
a4e4160ecd
commit
3e8d439ae9
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ GetULONG(
|
|||
errno = 0;
|
||||
|
||||
// try to convert String to ULONG
|
||||
*Value = wcstoul(String, &StopString, 10);
|
||||
*Value = wcstoul(String, &StopString, 10);
|
||||
if (errno != 0 || *StopString != UNICODE_NULL)
|
||||
{
|
||||
SetLastError(ERROR_INVALID_DATA);
|
||||
|
|
Loading…
Reference in a new issue