Browse Source

Treat --ecm-no-log as flag.

Georgi Chorbadzhiyski 12 years ago
parent
commit
ac45c0ebf1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tsdecrypt.c

+ 1
- 1
tsdecrypt.c View File

@@ -322,7 +322,7 @@ static void parse_options(struct ts *ts, int argc, char **argv) {
322 322
 				ts->irdeto_ecm = atoi(optarg);
323 323
 				break;
324 324
 			case 'K':
325
-				ts->ecm_cw_log = 0;
325
+				ts->ecm_cw_log = !ts->ecm_cw_log;
326 326
 				break;
327 327
 			case 'J':
328 328
 				ts->cw_warn_sec = strtoul(optarg, NULL, 10);

Loading…
Cancel
Save