brasero r1369 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r1369 - in trunk: . src
- Date: Sun, 12 Oct 2008 09:26:47 +0000 (UTC)
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]