mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
kodi: add upstream patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
135e76566a
commit
fec555173c
12
packages/mediacenter/kodi/patches/kodi-999.99-fix-3692.patch
Normal file
12
packages/mediacenter/kodi/patches/kodi-999.99-fix-3692.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur kodi-14-88f9fb0/xbmc/filesystem/File.cpp kodi-14-88f9fb0.patch/xbmc/filesystem/File.cpp
|
||||||
|
--- kodi-14-88f9fb0/xbmc/filesystem/File.cpp 2014-12-14 16:05:16.000000000 +0100
|
||||||
|
+++ kodi-14-88f9fb0.patch/xbmc/filesystem/File.cpp 2014-12-14 20:16:01.033786616 +0100
|
||||||
|
@@ -298,7 +298,7 @@
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
- if (m_pFile->GetChunkSize() && !(m_flags & READ_CHUNKED))
|
||||||
|
+ if (m_pFile->GetChunkSize() > 1 && !(m_flags & READ_CHUNKED))
|
||||||
|
{
|
||||||
|
m_pBuffer = new CFileStreamBuffer(0);
|
||||||
|
m_pBuffer->Attach(m_pFile);
|
Loading…
x
Reference in New Issue
Block a user