Changeset 1189 for branches/monitor-improvement/oscam-config.c
- Timestamp:
- 01/11/10 19:30:52 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/monitor-improvement/oscam-config.c
r1180 r1189 569 569 if (!strcmp(token, "boxtype")) { strncpy(cfg->dvbapi_boxtype, value, sizeof(cfg->dvbapi_boxtype)-1); return; } 570 570 if (!strcmp(token, "user")) { strncpy(cfg->dvbapi_usr, value, sizeof(cfg->dvbapi_usr)-1); return; } 571 571 if (!strcmp(token, "priority")) { strncpy(cfg->dvbapi_priority, value, sizeof(cfg->dvbapi_priority)-1); return; } 572 if (!strcmp(token, "ignore")) { strncpy(cfg->dvbapi_ignore, value, sizeof(cfg->dvbapi_ignore)-1); return; } 573 572 574 if (token[0] != '#') 573 575 fprintf(stderr, "Warning: keyword '%s' in dvbapi section not recognized\n",token);
Note:
See TracChangeset
for help on using the changeset viewer.