]> git.sesse.net Git - vlc/commitdiff
0 -> NULL
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 30 Jan 2010 21:07:07 +0000 (23:07 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 30 Jan 2010 21:07:07 +0000 (23:07 +0200)
src/modules/cache.c

index 643381b6bb6e54f425e050207fb9b3cd49a2d35a..0b2e1554d592cc3df73dbc5a533976942f077552 100644 (file)
@@ -83,7 +83,7 @@ void CacheLoad( vlc_object_t *p_this, module_bank_t *p_bank, bool b_delete )
     int i, j, i_size, i_read;
     char p_cachestring[sizeof("cache " COPYRIGHT_MESSAGE)];
     int i_cache;
-    module_cache_t **pp_cache = 0;
+    module_cache_t **pp_cache = NULL;
     int32_t i_file_size, i_marker;
 
     if( !psz_cachedir ) /* XXX: this should never happen */