why does the code have void ptr arithmetic in it... this should never

have happened...



SVN revision: 79073
This commit is contained in:
Carsten Haitzler 2012-11-10 01:42:32 +00:00
parent 60bdd4c22e
commit ad3b10f7ef
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ typedef struct Pmaps_Buffer Pmaps_Buffer;
struct Pmaps_Buffer
{
Eina_File *file;
void *map;
unsigned char *map;
size_t position;
/* the buffer */