diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-07-04 18:52:34 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-07-04 18:52:34 +0000 |
| commit | 507ba48e936164fe521ccb8faf8d14068ecdc3ed (patch) | |
| tree | 82e792a2d56146d0024ca1c31f2eb0222cd95e95 | |
| parent | 9499415924ea138de529f0d367392d23136ab035 (diff) | |
| download | pcsxr-507ba48e936164fe521ccb8faf8d14068ecdc3ed.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23900 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | plugins/dfcdrom/cdr.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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; |
