X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fcdrcimg%2Fcdrcimg.c;h=e04ec93d79dbda6ba82f61e2b9352872f786a15d;hp=e327500114cde624c9f2b9524b59179aa81de420;hb=6f6fe96900374d8744473ce240279e66d1260191;hpb=c979c3ee0d0bc6bece799a6f4013993d7cb2d5f3 diff --git a/plugins/cdrcimg/cdrcimg.c b/plugins/cdrcimg/cdrcimg.c index e3275001..e04ec93d 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 };