mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
Update tracert.cpp
removed *Value = 0;
This commit is contained in:
parent
ca46dc97ca
commit
46306f9e7e
1 changed files with 1 additions and 2 deletions
|
@ -165,8 +165,7 @@ GetULONG(
|
|||
)
|
||||
{
|
||||
LPWSTR StopString;
|
||||
*Value = 0;
|
||||
|
||||
|
||||
// check input arguments
|
||||
if (String == NULL || Value == NULL || *String == UNICODE_NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue