diff options
Diffstat (limited to 'boot/scene.c')
-rw-r--r-- | boot/scene.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/scene.c b/boot/scene.c index 15e7a8b3387..d3ae5816bef 100644 --- a/boot/scene.c +++ b/boot/scene.c @@ -298,7 +298,7 @@ int scene_obj_get_hw(struct scene *scn, uint id, int *widthp) } ret = vidconsole_measure(scn->expo->cons, txt->font_name, - txt->font_size, str, &bbox); + txt->font_size, str, &bbox, NULL); if (ret) return log_msg_ret("mea", ret); if (widthp) |