[vlc-commits] commit: Fixed kate decoder compilation. (Laurent Aimar )

git at videolan.org git at videolan.org
Mon Oct 25 20:41:56 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Oct 24 17:58:59 2010 +0200| [6292f64765234d09a266af88608a7aa58edd0948] | committer: Laurent Aimar 

Fixed kate decoder compilation.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6292f64765234d09a266af88608a7aa58edd0948
---

 modules/codec/kate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/kate.c b/modules/codec/kate.c
index 17fdc83..7f2d6f6 100644
--- a/modules/codec/kate.c
+++ b/modules/codec/kate.c
@@ -289,7 +289,7 @@ vlc_module_begin ()
                           true )
 
     set_section( N_("Tiger rendering defaults"), NULL );
-    add_string( "kate-tiger-default-font-desc", TIGER_DEFAULT_FONT_DESC_DEFAULT, NULL,
+    add_string( "kate-tiger-default-font-desc", TIGER_DEFAULT_FONT_DESC_DEFAULT,
                 TIGER_DEFAULT_FONT_DESC_TEXT, TIGER_DEFAULT_FONT_DESC_LONGTEXT, true);
     add_integer_with_range( "kate-tiger-default-font-effect",
                             TIGER_DEFAULT_FONT_EFFECT_DEFAULT,



More information about the vlc-commits mailing list