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

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