src/driver/streamts.cpp fix segfault

Origin commit data
------------------
Branch: ni/coolstream
Commit: af7b6d7a98
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-11-19 17:58:24 +01:00
parent 41108bafca
commit a590d8321e

View File

@@ -346,8 +346,8 @@ bool CStreamManager::Parse(int fd, stream_pids_t &pids, t_channel_id &chid)
} }
} }
} }
if(CRecordManager::getInstance()->RecordingStatus(tmpid)) { if(CRecordManager::getInstance()->RecordingStatus(chid)) {
printf("CStreamManager::Parse: channel %llx recorded, aborting..\n", tmpid); printf("CStreamManager::Parse: channel %llx recorded, aborting..\n", chid);
return false; return false;
} }
#endif #endif