X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9976339a23ccf4d384bfa6eb563a49a723241728..5c644fbbceaa79a49501975de16b090771edee29:/lib/service/servicedvbrecord.cpp 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!");