From 5de4956b3c1b5035094e318ae848f873281222f1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 14 May 2011 19:12:43 +0200 Subject: [PATCH] Atmo: fix compilation --- modules/video_filter/atmo/atmo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_filter/atmo/atmo.cpp b/modules/video_filter/atmo/atmo.cpp index d3c8d74d94..119661add0 100644 --- a/modules/video_filter/atmo/atmo.cpp +++ b/modules/video_filter/atmo/atmo.cpp @@ -1838,7 +1838,7 @@ static void Atmo_SetupParameters(filter_t *p_filter) COM Server for AtmoLight not running ? if the exe path is configured try to start the "userspace" driver */ - psz_path = var_CreateGetStringCommand( p_filter, + char *psz_path = var_CreateGetStringCommand( p_filter, CFG_PREFIX "atmowinexe" ); if(psz_path != NULL) { -- 2.11.4.GIT