infoviewer_bb: fix ecm parsing

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2539cfd36d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-17 (Sat, 17 Mar 2018)

Origin message was:
------------------
- infoviewer_bb: fix ecm parsing

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-03-17 22:05:52 +01:00
parent 8001735789
commit 2aaaea90a6

View File

@@ -1116,6 +1116,7 @@ int CInfoViewerBB::parse_ecmInfo(const char * file)
} }
else if ( strstr(buffer, "source:") || //mgcamd else if ( strstr(buffer, "source:") || //mgcamd
strstr(buffer, "decode:") || //gbox strstr(buffer, "decode:") || //gbox
strstr(buffer, "address:") || //cccam
strstr(buffer, "protocol:") || //doscam or oscam constcw strstr(buffer, "protocol:") || //doscam or oscam constcw
strstr(buffer, "from:")) //oscam strstr(buffer, "from:")) //oscam
{ {
@@ -1126,6 +1127,7 @@ int CInfoViewerBB::parse_ecmInfo(const char * file)
decode = LOCAL; decode = LOCAL;
} }
else if ( strstr(buffer, "slot") || //gbox else if ( strstr(buffer, "slot") || //gbox
strstr(buffer, "/dev/sci") || //cccam
strstr(buffer, "local") || //oscam strstr(buffer, "local") || //oscam
strstr(buffer, "com")) strstr(buffer, "com"))
{ {