mshtml: Print initialized anchor (Coverity).
This commit is contained in:
parent
7b0cea0d54
commit
d182a123d1
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue