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:
20cefd2
)
dvd-sector-copy.c: Use the correct character to match comments.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Feb 2022 15:23:04 +0000
(15:23 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Feb 2022 15:23:04 +0000
(15:23 +0000)
Oops.
dvd-sector-copy.c
patch
|
blob
|
blame
|
history
diff --git
a/dvd-sector-copy.c
b/dvd-sector-copy.c
index 86540e00d7d0997b89a369a5969d31fa8d346dc8..f70563c57d7b28dd6cedd27086fa1090c0936959 100644
(file)
--- a/
dvd-sector-copy.c
+++ b/
dvd-sector-copy.c
@@
-934,7
+934,7
@@
static int parse_range(const char *p, unsigned f,
{ rc = -1; goto end; }
if (!(f&PRF_HYPHEN)) while (ISSPACE(*p)) p++;
- if (*p && ((f&PRF_HYPHEN) || *p != '
=
')) { rc = -1; goto end; }
+ if (*p && ((f&PRF_HYPHEN) || *p != '
#
')) { rc = -1; goto end; }
rc = 0;
end: