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:
e0c3a82
)
dvd-sector-copy.c: Just a light reformatting.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Mar 2022 00:57:28 +0000
(
00:57
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Mar 2022 00:57:28 +0000
(
00:57
+0000)
dvd-sector-copy.c
patch
|
blob
|
blame
|
history
diff --git
a/dvd-sector-copy.c
b/dvd-sector-copy.c
index 0f2ddb77a06c164fc20922709c5a9b694500b402..f757e496a9a13fcebcde0afebb8c02464f18d52e 100644
(file)
--- a/
dvd-sector-copy.c
+++ b/
dvd-sector-copy.c
@@
-1209,8
+1209,7
@@
int main(int argc, char *argv[])
ev = &eventq.v[i];
switch (ev->ev) {
case EV_WRITE: start = ev->pos; f |= f_write; break;
ev = &eventq.v[i];
switch (ev->ev) {
case EV_WRITE: start = ev->pos; f |= f_write; break;
- case EV_STOP:
- nsectors += ev->pos - start; f &= ~f_write; break;
+ case EV_STOP: nsectors += ev->pos - start; f &= ~f_write; break;
}
if (ev->pos >= limit) break;
if (f&f_fixup) start = ev->pos;
}
if (ev->pos >= limit) break;
if (f&f_fixup) start = ev->pos;