mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Fix a bug.
svn path=/trunk/; revision=38816
This commit is contained in:
parent
11f4f3033d
commit
1598a20490
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ HRESULT WINAPI IDxDiagContainerImpl_GetChildContainer(PDXDIAGCONTAINER iface, LP
|
||||||
hr = IDxDiagContainerImpl_GetChildContainerInternal(pContainer, tmp, &pContainer);
|
hr = IDxDiagContainerImpl_GetChildContainerInternal(pContainer, tmp, &pContainer);
|
||||||
if (!SUCCEEDED(hr) || NULL == pContainer)
|
if (!SUCCEEDED(hr) || NULL == pContainer)
|
||||||
goto on_error;
|
goto on_error;
|
||||||
*cur++; /* go after '.' (just replaced by \0) */
|
cur++; /* go after '.' (just replaced by \0) */
|
||||||
tmp = cur;
|
tmp = cur;
|
||||||
cur = strchrW(tmp, '.');
|
cur = strchrW(tmp, '.');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue