packages/multimedia/minidlna/patches/030-upnphttp-fixPhilips.patch
Knyazkov Dmitry fed19e8c3c That on tv phillips normally open mkv,it is necessary to apply this patch.Add license info
Signed-off-by: Knyazkov Dmitry <medavedik@gmail.com>
2014-08-04 22:34:04 +04:00

12 lines
199 B
Diff

--- a/upnphttp.c
+++ b/upnphttp.c
@@ -1259,7 +1259,7 @@
int try_sendfile = 1;
#endif
- while( offset < end_offset )
+ while( offset <= end_offset )
{
#if HAVE_SENDFILE
if( try_sendfile )