fix clang sizeof complaint

This commit is contained in:
Carsten Haitzler 2013-07-16 19:58:01 +09:00
parent d07a30fa25
commit c6309b44b2
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ ecore_x_window_prop_xid_set(Ecore_X_Window win,
unsigned int i;
LOGFN(__FILE__, __LINE__, __FUNCTION__);
pl = malloc(num * sizeof(long));
pl = malloc(num * sizeof(unsigned long));
if (!pl)
return;