Commit a0fdc0a2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

0 -> NULL

parent 12717633
......@@ -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 */
......
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