X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fcdrcimg%2Fcdrcimg.c;h=0ec14dbbaa3a5a3e083e918550b9c536db4e2122;hb=13bb560e427a36c6900ea09061efecc2a67d53d0;hp=cf550731da667a3df209e00208ea780a6a4dad79;hpb=6c6531cba4c06324bb309bd3ed8e7551be1cc3fe;p=pcsx_rearmed.git diff --git a/plugins/cdrcimg/cdrcimg.c b/plugins/cdrcimg/cdrcimg.c index cf550731..0ec14dbb 100644 --- a/plugins/cdrcimg/cdrcimg.c +++ b/plugins/cdrcimg/cdrcimg.c @@ -48,8 +48,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 };