warning--

SVN revision: 52457
This commit is contained in:
Carsten Haitzler 2010-09-19 03:29:30 +00:00
parent 0abc6703ba
commit c1ea3349ac
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ _ecore_x_selection_parser_text(const char *target __UNUSED__,
int format __UNUSED__)
{
Ecore_X_Selection_Data_Text *sel;
char *data = _data;
unsigned char *data = _data;
sel = calloc(1, sizeof(Ecore_X_Selection_Data_Text));