mshtml: Print initialized anchor (Coverity).

This commit is contained in:
Marcus Meissner 2012-09-15 18:56:26 +02:00 committed by Alexandre Julliard
parent 7b0cea0d54
commit d182a123d1

View file

@ -86,9 +86,8 @@ static HRESULT navigate_anchor(HTMLAnchorElement *This)
if(NS_SUCCEEDED(nsres)) {
const PRUnichar *target;
TRACE("target %s\n", debugstr_w(target));
nsAString_GetData(&target_str, &target);
TRACE("target %s\n", debugstr_w(target));
if(*target && strcmpiW(target, _selfW)) {
if(!strcmpiW(target, _topW)) {
TRACE("target _top\n");