e_hwc_windows: fix build warning on 64bit system 49/198349/1 accepted/tizen/unified/20190128.061742 submit/tizen/20190124.052722
authorChangyeon Lee <cyeon.lee@samsung.com>
Thu, 24 Jan 2019 04:41:31 +0000 (13:41 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Thu, 24 Jan 2019 04:41:31 +0000 (13:41 +0900)
Change-Id: Ic39f9f5575706e0054304da19b4fd71e1fecdf0c

src/bin/e_hwc_window.c

index 6767cf6278d39bda0e3ef784daa7a86112ddd1e3..18363e820e230456d1eb6232a88daa33900aea73 100644 (file)
@@ -1743,7 +1743,7 @@ e_hwc_window_commit_data_buffer_dump(E_Hwc_Window *hwc_window)
      snprintf(fname, sizeof(fname), "hwc_commit_composite_%p",
               hwc_window);
    else
-     snprintf(fname, sizeof(fname), "hwc_commit_0x%08x_%p",
+     snprintf(fname, sizeof(fname), "hwc_commit_0x%08zx_%p",
               e_client_util_win_get(hwc_window->ec), hwc_window);
 
    tbm_surface_internal_dump_buffer(hwc_window->commit_data->buffer.tsurface,