ecore_con: make buf correct type

Should be the same as the return type from eina_binbuf_string_get

SVN revision: 77621
This commit is contained in:
Sebastian Dransfeld 2012-10-09 08:27:38 +00:00
parent ec837db229
commit e5dc5ce162
1 changed files with 1 additions and 1 deletions

View File

@ -2194,7 +2194,7 @@ _ecore_con_server_flush(Ecore_Con_Server *svr)
{
int count, num;
size_t buf_len, buf_offset;
const void *buf;
const unsigned char *buf;
DBG("(svr=%p,buf=%p)", svr, svr->buf);
#ifdef _WIN32