aboutsummaryrefslogtreecommitdiff
path: root/plugins/cdrcimg
diff options
context:
space:
mode:
authornotaz2012-11-22 00:18:21 +0200
committernotaz2012-11-24 04:25:25 +0200
commitc668f24877c063db881fa8d1eeb8a6fbc649d5a0 (patch)
tree14fb15373e2d06a79012f3549e257bcb26ef7f76 /plugins/cdrcimg
parentea66e8840b75b0284f192e6fa068857b91ef08eb (diff)
downloadpcsx_rearmed-c668f24877c063db881fa8d1eeb8a6fbc649d5a0.tar.gz
pcsx_rearmed-c668f24877c063db881fa8d1eeb8a6fbc649d5a0.tar.bz2
pcsx_rearmed-c668f24877c063db881fa8d1eeb8a6fbc649d5a0.zip
fix some more 32/64bit incompatibilities
Diffstat (limited to 'plugins/cdrcimg')
-rw-r--r--plugins/cdrcimg/cdrcimg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/cdrcimg/cdrcimg.c b/plugins/cdrcimg/cdrcimg.c
index e327500..e04ec93 100644
--- a/plugins/cdrcimg/cdrcimg.c
+++ b/plugins/cdrcimg/cdrcimg.c
@@ -49,8 +49,8 @@ extern long CDR__getStatus(struct CdrStat *stat);
struct CdrStat
{
- unsigned long Type;
- unsigned long Status;
+ unsigned int Type;
+ unsigned int Status;
unsigned char Time[3]; // current playing time
};