diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-01 03:30:53 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-01 03:30:53 +0000 |
| commit | 148d5d830c96977d7aa5896f18554af7a78bf300 (patch) | |
| tree | 6c91bde0506151d402758a333c62115abd0ea1de /libpcsxcore/cdrom.c | |
| parent | 2e36bbeb7b7471fb425aa9bb546d60787cbdba29 (diff) | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67247 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.c')
| -rw-r--r-- | libpcsxcore/cdrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 2d5d0e70..8bfa58f7 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -2451,7 +2451,7 @@ void cdrReset() { }
int cdrFreeze(gzFile f, int Mode) {
- uintptr_t tmp;
+ unsigned int tmp;
if( Mode == 0 ) {
|
