]> git.sesse.net Git - vlc/commit
Assert variable type in var_Set/GetXYZ.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 17 Sep 2008 19:35:47 +0000 (21:35 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 17 Sep 2008 21:27:39 +0000 (23:27 +0200)
commit81c4815f512c93bd8cf7d9b9468940b689c29940
tree51323204d2358f72aabb494f16733f569a2744e7
parent2ada5d8438226d9aeba8e6016434795d59bd192d
Assert variable type in var_Set/GetXYZ.

It will allow detecting stupid typos.
include/vlc_variables.h
src/misc/objects.c
src/misc/variables.c