summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/frames.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/frames.c b/desktop/frames.c
index e4bbabb9e..ec5bb27f3 100644
--- a/desktop/frames.c
+++ b/desktop/frames.c
@@ -153,7 +153,8 @@ void browser_window_recalculate_iframes(struct browser_window *bw) {
rect.x0, rect.y0,
rect.x1, rect.y1);
} else {
- LOG(("Bad IFrame window=%p, box=%p",window,window->box));
+ LOG(("Bad IFrame window=%p, box=%p", window,
+ window->box != NULL ? window->box : NULL));
}
}
}