brasero r1369 - in trunk: . src



Author: philippr
Date: Sun Oct 12 09:26:47 2008
New Revision: 1369
URL: http://svn.gnome.org/viewvc/brasero?rev=1369&view=rev

Log:
	Fix another problem on big endian architecture

	* src/scsi-read-disc-info.h:


Modified:
   trunk/ChangeLog
   trunk/src/scsi-read-disc-info.h

Modified: trunk/src/scsi-read-disc-info.h
==============================================================================
--- trunk/src/scsi-read-disc-info.h	(original)
+++ trunk/src/scsi-read-disc-info.h	Sun Oct 12 09:26:47 2008
@@ -170,7 +170,12 @@
 
 	uchar disc_id			[4];
 	uchar last_session_leadin	[4];
-	uchar last_possible_leadout	[4];
+
+	uchar last_possible_leadout_res;
+	uchar last_possible_leadout_mn;
+	uchar last_possible_leadout_sec;
+	uchar last_possible_leadout_frame;
+
 	uchar disc_barcode		[8];
 
 	uchar reserved1;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]