mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
error checking for png
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@451 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
8f7ed1b8e1
commit
7a87643e07
3 changed files with 46 additions and 7 deletions
|
@ -224,7 +224,7 @@ int emu_cdCheck(int *pregion)
|
|||
return type;
|
||||
}
|
||||
|
||||
static int extract_text(char *dest, unsigned char *src, int len, int swab)
|
||||
static int extract_text(char *dest, const unsigned char *src, int len, int swab)
|
||||
{
|
||||
char *p = dest;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue