summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--plugins/dfcdrom/cdr.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d7ca455..a8737413 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ July 4, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* debian/control: Added libasound2-dev to Build-Depends.
* libpcsxcore/plugins.h: Fixed SubQ struct.
+ * plugins/dfcdrom/cdr.c: Likewise.
* libpcsxcore/cdriso.c: Implemented subchannel reading from CloneCD
.sub file.
diff --git a/plugins/dfcdrom/cdr.c b/plugins/dfcdrom/cdr.c
index 50920aa4..cd8d76bb 100644
--- a/plugins/dfcdrom/cdr.c
+++ b/plugins/dfcdrom/cdr.c
@@ -482,7 +482,7 @@ long CDRgetStatus(struct CdrStat *stat) {
}
struct SubQ {
- char res0[11];
+ char res0[12];
unsigned char ControlAndADR;
unsigned char TrackNumber;
unsigned char IndexNumber;