mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi: remove not needed patch
This commit is contained in:
parent
fd8fa2ee21
commit
833ca5bea1
@ -1,12 +0,0 @@
|
||||
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