diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-07-22 11:38:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-22 11:42:45 +0700 |
commit | 14c090eb789a505cacda67676141eb50f2e163c0 (patch) | |
tree | 7ba29382083930825cd67c469160ae928b95a9e3 /audio/morituri/paranoia-overread.patch | |
parent | 2454646cf59f1f36487b62e559bd16714c71b9cc (diff) |
audio/morituri: Added (CD ripper).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/morituri/paranoia-overread.patch')
-rw-r--r-- | audio/morituri/paranoia-overread.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/morituri/paranoia-overread.patch b/audio/morituri/paranoia-overread.patch new file mode 100644 index 000000000000..e87ba797f465 --- /dev/null +++ b/audio/morituri/paranoia-overread.patch @@ -0,0 +1,11 @@ +diff -ur cdparanoia-III-10.2.orig/main.c cdparanoia-III-10.2/main.c +--- cdparanoia-III-10.2.orig/main.c 2008-09-11 17:11:02.000000000 -0400 ++++ cdparanoia-III-10.2/main.c 2010-09-20 23:24:18.753710419 -0400 +@@ -1402,6 +1402,7 @@ + int i; + /* read a sector and output the partial offset. Save the + rest for the next batch iteration */ ++ paranoia_seek(p, cursor, SEEK_SET); + readbuf=paranoia_read_limited(p,callback,max_retries); + err=cdda_errors(d);mes=cdda_messages(d); + |