[vlc-devel] commit: 0 -> NULL ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Jan 21 20:29:56 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 21 21:29:48 2010 +0200| [807bd28ad469b61d321fd33162aab4f5f8bcbe09] | committer: Rémi Denis-Courmont 

0 -> NULL

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

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

diff --git a/src/modules/cache.c b/src/modules/cache.c
index cbff44a..9a3fb36 100644
--- a/src/modules/cache.c
+++ b/src/modules/cache.c
@@ -441,7 +441,7 @@ static int CacheLoadConfig( module_t *p_module, FILE *file )
 
             for (int j = 0; j < p_module->p_config[i].i_action; j++)
             {
-                p_module->p_config[i].ppf_action[j] = 0;
+                p_module->p_config[i].ppf_action[j] = NULL;
                 LOAD_STRING( p_module->p_config[i].ppsz_action_text[j] );
             }
         }




More information about the vlc-devel mailing list