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

List:       kde-commits
Subject:    k3b_0_11_branch: kdeextragear-1/k3b
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2005-02-12 19:25:09
Message-ID: 20050212192509.37E5E1BAC7 () office ! kde ! org
[Download RAW message or body]

CVS commit by trueg: 

little fix


  M +3 -0      ChangeLog   1.64.2.76
  M +2 -2      src/main.cpp   1.73.2.23
  M +2 -2      src/device/k3bdevice.cpp   1.87.2.33


--- kdeextragear-1/k3b/ChangeLog  #1.64.2.75:1.64.2.76
@@ -1,2 +1,5 @@
+0.11.21
+Little fix in capabilities detection (only affects buggy firmwares)
+
 0.11.20
 Fixed handling of -xa and -xa1 options for dvd patched cdrecord versions in which \
case K3b

--- kdeextragear-1/k3b/src/main.cpp  #1.73.2.22:1.73.2.23
@@ -63,5 +63,5 @@ int main(int argc, char *argv[]) {
 
     KAboutData aboutData( "k3b", I18N_NOOP("K3b"),
-                          "0.11.20cvs", description, KAboutData::License_GPL,
+                          "0.11.21cvs", description, KAboutData::License_GPL,
                           I18N_NOOP("(c) 1999 - 2004, Sebastian Trüg and the K3b \
                Team"), 0, "http://www.k3b.org" );
     aboutData.addAuthor("Sebastian Trüg",I18N_NOOP("Maintainer"), "trueg@k3b.org");

--- kdeextragear-1/k3b/src/device/k3bdevice.cpp  #1.87.2.32:1.87.2.33
@@ -247,5 +247,5 @@ bool K3bCdDevice::CdDevice::init()
       cmd[8] = 2048;
       if( cmd.transport( TR_DIR_READ, header, 2048 ) == 0 )
-        len = from2Byte( header );
+        len = from4Byte( header );
     }
 


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

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