OSCam Easy Build Script

Started by Lujdzo, February 21, 2012, 03:47:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Lujdzo

oscam-easy-build.v0.8.9f

- gensaveprio-patch option add on svn-up (thx kpc)

if (p->type!='s') {
char comment[83];
comment[0] = '\0';
uint32_t commentlen=0;
if (p->srvid) {
get_servicename(dvbapi_client, p->srvid, p->caid, comment);
if (strlen(comment) > 10 && !strcmp(comment + 10, "unknown"))
comment[0] = '\0';
}
if (p->provid && !comment[0]) {
get_provider(p->caid, p->provid, comment, commentlen);
if (strlen(comment) > 12 && !strcmp(comment + 12, "unknown"))
comment[0] = '\0';}

http://dl107.herosh.com/e59e14fa3b1654fa2062c6c56ebc054b/oscam-easy-build.v0.8.9f.zip