]> git.sesse.net Git - vlc/commit
libvlccore: Explicitely cast our const char *. dooh. We shouldn't store them as char...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 12 Aug 2008 22:52:40 +0000 (00:52 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 12 Aug 2008 22:57:27 +0000 (00:57 +0200)
commita35d4f85cedeabdc78de28a41e9b5211ae0e3812
tree961b27f29e9e71b4f4df2431209c3385a0b52939
parent909417ea2806f2c4690bbf291450467f3b925de3
libvlccore: Explicitely cast our const char *. dooh. We shouldn't store them as char * in the first place if they are not strdup/free().
src/modules/entry.c