Sophie

Sophie

distrib > Mageia > 2 > i586 > media > tainted-updates-src > by-pkgid > 7f555944734d8cb46e97c3347cbb13ba > files > 6

vlc-2.0.8-0.2.mga2.tainted.src.rpm

From e5075a80e1000eca63076c8a657262feb2579e02 Mon Sep 17 00:00:00 2001
From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net>
Date: Sat, 17 Nov 2012 19:55:57 +0200
Subject: [PATCH] subsdec: close <font> correctly

(cherry picked from commit 744121f4461e064e2f26f406c64c9091c95d5e43)
---
 modules/codec/subsdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/subsdec.c b/modules/codec/subsdec.c
index 73d6c64..e44190b 100644
--- a/modules/codec/subsdec.c
+++ b/modules/codec/subsdec.c
@@ -998,7 +998,7 @@ static char *CreateHtmlSubtitle( int *pi_align, char *psz_subtitle )
                     HtmlPut( &psz_html, "</s>" );
                     break;
                 case 'f':
-                    HtmlPut( &psz_html, "/font>" );
+                    HtmlPut( &psz_html, "</font>" );
                     break;
                 case 'I':
                     break;
-- 
1.7.10.4