From 0f1b48765b67af731c0f8ddbf0edeb345e905452 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 20 Jan 2010 11:32:58 +0100 Subject: [PATCH] fb vout: use var_Inherit --- modules/video_output/fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_output/fb.c b/modules/video_output/fb.c index c6879f3c11..e55e6168c7 100644 --- a/modules/video_output/fb.c +++ b/modules/video_output/fb.c @@ -519,7 +519,7 @@ static int OpenDisplay(vout_display_t *vd, bool force_resolution) char *psz_device; /* framebuffer device path */ /* Open framebuffer device */ - if (!(psz_device = config_GetPsz(vd, FB_DEV_VAR))) { + if (!(psz_device = var_InheritString(vd, FB_DEV_VAR))) { msg_Err(vd, "don't know which fb device to open"); return VLC_EGENERIC; } -- 2.39.2