X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fsio.c;h=df130e813d055bdafdb690aee7d7eaf809ead599;hp=8a30797d553ae323e8b96fb19da63424dc159d83;hb=ab948f7e6d437dddd070000f36489d7e983eb4ad;hpb=808a13bdcc83e7b0dec878bbcfc7774e2029b724 diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c index 8a30797d..df130e81 100644 --- a/libpcsxcore/sio.c +++ b/libpcsxcore/sio.c @@ -673,7 +673,7 @@ void ConvertMcd(char *mcd, char *data) { } void GetMcdBlockInfo(int mcd, int block, McdBlock *Info) { - unsigned char *data = NULL, *ptr, *str, *sstr; + char *data = NULL, *ptr, *str, *sstr; unsigned short clut[16]; unsigned short c; int i, x;