Commit 7d1d56fe authored by Rémi Duraffort's avatar Rémi Duraffort

Add an #undef

parent f7b2327b
...@@ -1220,6 +1220,7 @@ static int AllocatePluginFile( vlc_object_t * p_this, char * psz_file, ...@@ -1220,6 +1220,7 @@ static int AllocatePluginFile( vlc_object_t * p_this, char * psz_file,
p_bank->pp_cache[p_bank->i_cache]->b_used = true; p_bank->pp_cache[p_bank->i_cache]->b_used = true;
p_bank->pp_cache[p_bank->i_cache]->p_module = p_module; p_bank->pp_cache[p_bank->i_cache]->p_module = p_module;
p_bank->i_cache++; p_bank->i_cache++;
#undef p_bank
} }
return p_module ? 0 : -1; return p_module ? 0 : -1;
......
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