[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [k3b/2.0] libk3b/tools: Fixup NetBSD commit.
From:       Johannes Obermayr <johannesobermayr () gmx ! de>
Date:       2014-09-28 8:22:42
Message-ID: E1XY9kg-0007fG-OT () scm ! kde ! org
[Download RAW message or body]

Git commit a2c12e87da540a80783e240973e4bda3bcab07d5 by Johannes Obermayr.
Committed on 28/09/2014 at 07:48.
Pushed by jobermayr into branch '2.0'.

Fixup NetBSD commit.

M  +2    -1    libk3b/tools/k3bcdparanoialib.cpp

http://commits.kde.org/k3b/a2c12e87da540a80783e240973e4bda3bcab07d5

diff --git a/libk3b/tools/k3bcdparanoialib.cpp b/libk3b/tools/k3bcdparanoialib.cpp
index 68e2284..de59913 100644
--- a/libk3b/tools/k3bcdparanoialib.cpp
+++ b/libk3b/tools/k3bcdparanoialib.cpp
@@ -82,6 +82,7 @@ typedef short int int16_t;
 #define LIBCDDA_PARANOIA "libcdda_paranoia.so.0"
 #define LIBCDIO_PARANOIA "libcdio_paranoia.so.0"
 #endif
+#endif
 
 static bool s_haveLibCdio = false;
 
@@ -747,7 +748,7 @@ char* K3b::CdparanoiaLib::read( int* statusCode, unsigned int* \
track, bool littl  
     if( d->currentSector != d->data->sector() ) {
         kDebug() << "(K3b::CdparanoiaLib) need to seek before read. Looks as if we \
                are reusing the paranoia instance.";
-        if( !d->data->paranoiaSeek( d->currentSector, SEEK_SET ) == -1 )
+        if( d->data->paranoiaSeek( d->currentSector, SEEK_SET ) == -1 )
             return 0;
     }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic