Blame SOURCES/dvd+rw-tools-7.1-lastshort.patch

97eda4
diff -up dvd+rw-tools-7.1/growisofs_mmc.cpp.lastshort dvd+rw-tools-7.1/growisofs_mmc.cpp
97eda4
--- dvd+rw-tools-7.1/growisofs_mmc.cpp.lastshort	2012-04-13 18:09:31.047641524 +0200
97eda4
+++ dvd+rw-tools-7.1/growisofs_mmc.cpp	2012-04-13 18:09:34.451763587 +0200
97eda4
@@ -540,7 +540,7 @@ ssize_t poor_mans_pwrite64 (int fd,const
97eda4
 	// own higher HZ value and disrespects the user-land one.
97eda4
 	// Sending them down as milliseconds is just safer...
97eda4
 	//
97eda4
-	if (!(errcode=cmd.transport (WRITE,(void *)buff,size)))
97eda4
+	if (!(errcode=cmd.transport (WRITE,(void *)buff,nbl*2048)))
97eda4
 	    break;
97eda4
 
97eda4
 	//--- WRITE failed ---//