FreeBSD Bugzilla – Attachment 94172 Details for
Bug 132267
multimedia/kaffeine DVB-T is broken, fix included
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 959 bytes, created by
me
on 2009-03-02 20:00:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
me
Created:
2009-03-02 20:00:10 UTC
Size:
959 bytes
patch
obsolete
>diff -u multimedia/kaffeine/files/patch-dvbsection.cpp.orig multimedia/kaffeine/files/patch-dvbsection.cpp >--- multimedia/kaffeine/files/patch-dvbsection.cpp.orig 2008-01-31 15:47:31.000000000 +0100 >+++ multimedia/kaffeine/files/patch-dvbsection.cpp 2009-03-02 20:27:11.000000000 +0100 >@@ -1,6 +1,6 @@ > --- kaffeine/src/input/dvb/plugins/epg/kaffeinedvbsection.cpp.orig 2008-01-30 22:22:36.000000000 +0100 > +++ kaffeine/src/input/dvb/plugins/epg/kaffeinedvbsection.cpp 2008-01-30 22:26:23.000000000 +0100 >-@@ -134,7 +134,8 @@ >+@@ -134,13 +134,14 @@ > bool KaffeineDVBsection::doIconv( QCString &s, QCString table, char *buffer, int buflen ) > { > size_t inSize, outSize=buflen; >@@ -10,6 +10,13 @@ > iconv_t cd; > > inSize = s.length(); >+ if ( inSize<1 ) >+ return false; >+- cd = iconv_open( "UTF8", table ); >++ cd = iconv_open( "UTF-8", table ); >+ inBuf = s.data(); >+ outBuf = buffer; >+ outBuf[0] = 0; > @@ -230,7 +231,8 @@ > char c[4]; > QString s;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 132267
: 94172