mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--- 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 )
|
||||
|
||||
Reference in New Issue
Block a user