From fe5b6c2f255b91bfe2fb512576082afb9d0fd84a Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 3 Apr 2006 20:54:50 +0000 Subject: [PATCH] fix 4G support --- lib/dvb/tstools.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dvb/tstools.h b/lib/dvb/tstools.h index 6f487665..71e00df9 100644 --- a/lib/dvb/tstools.h +++ b/lib/dvb/tstools.h @@ -70,7 +70,8 @@ private: eMPEGStreamInformation m_streaminfo; int m_use_streaminfo; - int m_last_filelength, m_futile; + off_t m_last_filelength; + int m_futile; }; #endif -- 2.30.2