X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/85c8a035708ee3a3ab8b95eab3dfc4bff93a8fc4..bac62ae64bc2b0cba82a26daec4b3623cae3a859:/lib/service/servicedvbrecord.cpp?ds=sidebyside diff --git a/lib/service/servicedvbrecord.cpp b/lib/service/servicedvbrecord.cpp index 454c2be1..cfcfe8b4 100644 --- a/lib/service/servicedvbrecord.cpp +++ b/lib/service/servicedvbrecord.cpp @@ -24,7 +24,7 @@ void eDVBServiceRecord::serviceEvent(int event) { eDebug("Recording to %s...", m_filename.c_str()); ::remove(m_filename.c_str()); - int fd = ::open(m_filename.c_str(), O_WRONLY|O_CREAT, 0644); + int fd = ::open(m_filename.c_str(), O_WRONLY|O_CREAT|O_LARGEFILE, 0644); if (fd == -1) { eDebug("eDVBServiceRecord - can't open hardcoded recording file!");