chiark
/
gitweb
/
~mdw
/
dvdrip
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
eac2ed1
)
dvd-sector-copy.c: Add missing handler for the `-i' option.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 7 Mar 2022 00:36:12 +0000
(
00:36
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 7 Mar 2022 00:36:12 +0000
(
00:36
+0000)
dvd-sector-copy.c
patch
|
blob
|
blame
|
history
diff --git
a/dvd-sector-copy.c
b/dvd-sector-copy.c
index cdd2849edbabcde27be97ca8bb39c48dcb8078fc..cb43588f4216187a5cfa972bfa18cf3e17da3d2b 100644
(file)
--- a/
dvd-sector-copy.c
+++ b/
dvd-sector-copy.c
@@
-1059,6
+1059,7
@@
int main(int argc, char *argv[])
mapfile = optarg;
break;
case 'c': f |= f_continue; break;
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))
case 'r':
start = 0; end = -1;
if (parse_range(optarg, PRF_HYPHEN, &start, &end))