> * dvd+rw-tools_5.19.4.9.7-1,
> 
> With version 5.19 I notice that growisofs command, on my computer
> (compaq/hp presario 2519eu), hangs at the flushing data step when
> burning a dvd (I have not tried another media).

It's a bug in 5.19 (already reported today). In wait for 5.20.x apply
following hotfix or stick to 5.18. A.

--- ./transport.hxx.orig        Sat Apr 10 15:30:11 2004
+++ ./transport.hxx     Mon Apr 19 18:25:06 2004
@@ -1390,7 +1390,7 @@
                *progress = sensebuf[16]<<8|sensebuf[17];
            break;
        }
-       msecs = getmsecs();
+       msecs = 1000 - (getmsecs() - msecs);
     }
 
   return 0;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to