mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
check for dereference of teh right value
svn path=/trunk/netsurf/; revision=12424
This commit is contained in:
parent
3bcbde2503
commit
c7e943c7d2
@ -154,7 +154,7 @@ void browser_window_recalculate_iframes(struct browser_window *bw) {
|
||||
rect.x1, rect.y1);
|
||||
} else {
|
||||
LOG(("Bad IFrame window=%p, box=%p", window,
|
||||
window->box != NULL ? window->box : NULL));
|
||||
window != NULL ? window->box : NULL));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user