From: Vincent Torri Date: Sat, 12 Nov 2011 07:18:12 +0000 (+0000) Subject: there is no long at all in the X specification X-Git-Tag: submit/devel/efl/20131022.203902~7558 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41c17347610a3e94b6df434879a1a1aa9b697d49;p=platform%2Fupstream%2Fefl.git there is no long at all in the X specification SVN revision: 65090 --- diff --git a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c index 6e5833e..a9c280d 100644 --- a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c +++ b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c @@ -113,7 +113,7 @@ ecore_x_window_prop_card32_list_get(Ecore_X_Window win, } data = xcb_get_property_value(reply); for (i = 0; i < num; i++) - val[i] = ((unsigned long *)data)[i]; + val[i] = ((unsigned int *)data)[i]; *list = val; } }