···11+gui: Fix name not being shown when video device does not have any modes.
+1-1
src/xrt/state_trackers/gui/gui_scene_video.c
···8484 xrt_prober_list_video_devices(p->xp, on_video_device, vs);
8585 } else if (vs->num_modes == 0) {
8686 // No modes on it :(
8787- igText("No modes found on '%s'!", "vs->xfs->name");
8787+ igText("No modes found on '%s'!", vs->xfs->name);
8888 }
89899090 // We have selected a stream device and it has modes.