Commit 5de4956b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Atmo: fix compilation

parent 8ebd2349
...@@ -1838,7 +1838,7 @@ static void Atmo_SetupParameters(filter_t *p_filter) ...@@ -1838,7 +1838,7 @@ static void Atmo_SetupParameters(filter_t *p_filter)
COM Server for AtmoLight not running ? COM Server for AtmoLight not running ?
if the exe path is configured try to start the "userspace" driver 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" ); CFG_PREFIX "atmowinexe" );
if(psz_path != NULL) if(psz_path != NULL)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment