[vlc-devel] commit: Add an #undef ( Rémi Duraffort )

git version control git at videolan.org
Sun Jun 22 21:39:27 CEST 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Jun 21 15:55:57 2008 +0200| [7d1d56fec646569bd14262f6b9dde31becbe2137]

Add an #undef

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7d1d56fec646569bd14262f6b9dde31becbe2137
---

 src/modules/modules.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/modules/modules.c b/src/modules/modules.c
index 8301933..e613524 100644
--- a/src/modules/modules.c
+++ b/src/modules/modules.c
@@ -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]->p_module = p_module;
         p_bank->i_cache++;
+#undef p_bank
     }
 
     return p_module ? 0 : -1;




More information about the vlc-devel mailing list