Changeset 1195 for branches/monitor-improvement/oscam-config.c
- Timestamp:
- 01/12/10 19:39:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/monitor-improvement/oscam-config.c
r1189 r1195 571 571 if (!strcmp(token, "priority")) { strncpy(cfg->dvbapi_priority, value, sizeof(cfg->dvbapi_priority)-1); return; } 572 572 if (!strcmp(token, "ignore")) { strncpy(cfg->dvbapi_ignore, value, sizeof(cfg->dvbapi_ignore)-1); return; } 573 573 574 574 if (token[0] != '#') 575 575 fprintf(stderr, "Warning: keyword '%s' in dvbapi section not recognized\n",token); … … 1155 1155 1156 1156 //group 1157 char *value = mk_t_group(( long*)account->grp);1157 char *value = mk_t_group((ulong*)account->grp); 1158 1158 fprintf_conf(f, CONFVARWIDTH, "group", "%s\n", value); 1159 1159 free(value);
Note:
See TracChangeset
for help on using the changeset viewer.