diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2004-05-27 11:50:20 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2004-05-27 11:50:20 +0000 |
| commit | 6e760aa65535b807a02ca575a1ae6716d76e8f9d (patch) | |
| tree | 1687874e053d3dba13b8dbb297b23783092c815a /lib | |
| parent | 4c54cecb6020cde399b564f17dacb048b937018a (diff) | |
| download | enigma2-6e760aa65535b807a02ca575a1ae6716d76e8f9d.tar.gz enigma2-6e760aa65535b807a02ca575a1ae6716d76e8f9d.zip | |
missing fixes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dvb/demux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp index e1d8bbaf..be9ac937 100644 --- a/lib/dvb/demux.cpp +++ b/lib/dvb/demux.cpp @@ -126,6 +126,6 @@ RESULT eDVBSectionReader::stop() RESULT eDVBSectionReader::connectRead(const Slot1<void,const __u8*> &r, ePtr<eConnection> &conn) { - conn = new eConnection(read.connect(r)); + conn = new eConnection(this, read.connect(r)); return 0; } |
