]> git.sesse.net Git - vlc/commit
Make sure that var_Get on a string will return a non NULL value.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 16 Mar 2009 20:09:44 +0000 (21:09 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 17 Mar 2009 19:06:49 +0000 (20:06 +0100)
commitd463e6950ca53a32aa6ff5b2ed79ca2d976cf6c4
treed0d7cf972c17be6ea2f5f16db080c63f94c96b31
parentf720c4c9ee13bf5b9c070cd70db17b8beb0f3804
Make sure that var_Get on a string will return a non NULL value.

The current code assume it everywhere.
src/misc/variables.c