From 015a372b105406afcbf4ca5995ea62115c1c65bf Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Wed, 8 Nov 2006 19:59:07 +0000 Subject: [PATCH] Use add_bool where it is adapted --- modules/demux/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demux/ps.c b/modules/demux/ps.c index 97dd218ff4..63d32f405b 100644 --- a/modules/demux/ps.c +++ b/modules/demux/ps.c @@ -56,7 +56,7 @@ vlc_module_begin(); set_callbacks( Open, Close ); add_shortcut( "ps" ); - add_integer( "ps-trust-timestamps", VLC_TRUE, NULL, TIME_TEXT, + add_bool( "ps-trust-timestamps", VLC_TRUE, NULL, TIME_TEXT, TIME_LONGTEXT, VLC_TRUE ); add_submodule(); -- 2.20.1