X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=libpcsxcore%2Fsio.c;h=df130e813d055bdafdb690aee7d7eaf809ead599;hb=0c1fe38bf0d4077fb38ee1d1f42ec819b17a0be0;hp=8a30797d553ae323e8b96fb19da63424dc159d83;hpb=d28b54b1d1d161b3f3acc3299c43106a022451e6;p=pcsx_rearmed.git 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;