dvd-sector-copy.c: Add missing handler for the `-i' option.
[dvdrip] / dvd-sector-copy.c
index cdd2849..cb43588 100644 (file)
@@ -1059,6 +1059,7 @@ int main(int argc, char *argv[])
        mapfile = optarg;
        break;
       case 'c': f |= f_continue; break;
+      case 'i': f |= f_checkid; break;
       case 'r':
        start = 0; end = -1;
        if (parse_range(optarg, PRF_HYPHEN, &start, &end))