]> git.sesse.net Git - vlc/commit
Fix a segfault which orrured when you set a schedule date with only a time like in...
authorAdrien Maglo <magsoft@videolan.org>
Wed, 30 Jul 2008 13:28:05 +0000 (15:28 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Wed, 30 Jul 2008 14:22:33 +0000 (16:22 +0200)
commitba7c8a358273ea399b1971979232171e1b466b52
treebc823cc76fffaf1c472e6b44c9d00d1205129fde
parentfe8c4673c5502dd03c26e673bd13d3232add8f9b
Fix a segfault which orrured when you set a schedule date with only a time like in : 'new test schedule date 18:00:00'
In fact, this was not supported and the test condition was wrong.

Also tell the user when the VLM couln't set a schedule property.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
src/input/vlmshell.c