Fix a bug.

svn path=/trunk/; revision=38816
This commit is contained in:
Dmitry Gorbachev
2009-01-17 15:05:21 +00:00
parent 11f4f3033d
commit 1598a20490
+1 -1
View File
@@ -150,7 +150,7 @@ HRESULT WINAPI IDxDiagContainerImpl_GetChildContainer(PDXDIAGCONTAINER iface, LP
hr = IDxDiagContainerImpl_GetChildContainerInternal(pContainer, tmp, &pContainer);
if (!SUCCEEDED(hr) || NULL == pContainer)
goto on_error;
*cur++; /* go after '.' (just replaced by \0) */
cur++; /* go after '.' (just replaced by \0) */
tmp = cur;
cur = strchrW(tmp, '.');
}