]> git.pld-linux.org Git - packages/cdparanoia-III.git/commitdiff
- buffer fix from cdparanoia svn repo
authorwrobell <wrobell@pld-linux.org>
Sun, 1 Mar 2009 15:07:15 +0000 (15:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdparanoia-III-buffer.patch -> 1.1

cdparanoia-III-buffer.patch [new file with mode: 0644]

diff --git a/cdparanoia-III-buffer.patch b/cdparanoia-III-buffer.patch
new file mode 100644 (file)
index 0000000..d7e07c9
--- /dev/null
@@ -0,0 +1,13 @@
+Index: interface/interface.c
+===================================================================
+--- interface/interface.c      (revision 15355)
++++ interface/interface.c      (revision 15356)
+@@ -118,7 +118,7 @@
+       if(d->bigendianp==-1) /* not determined yet */
+         d->bigendianp=data_bigendianp(d);
+       
+-      if(d->bigendianp!=bigendianp()){
++      if(buffer && d->bigendianp!=bigendianp()){
+         int i;
+         u_int16_t *p=(u_int16_t *)buffer;
+         long els=sectors*CD_FRAMESIZE_RAW/2;
This page took 0.079863 seconds and 4 git commands to generate.