From 52466f81e21a45954996ea32f17338c3353f985c Mon Sep 17 00:00:00 2001 From: sbrissen Date: Wed, 6 Nov 2013 13:28:15 -0500 Subject: Exynos: fix gralloc build Change-Id: Iae8c7cf947aacb6ec5c952a10a14b9d41c397ed2 --- exynos4/hal/libgralloc_ump/framebuffer_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exynos4/hal/libgralloc_ump/framebuffer_device.cpp b/exynos4/hal/libgralloc_ump/framebuffer_device.cpp index cfdedba..b141878 100644 --- a/exynos4/hal/libgralloc_ump/framebuffer_device.cpp +++ b/exynos4/hal/libgralloc_ump/framebuffer_device.cpp @@ -322,7 +322,7 @@ int init_frame_buffer_locked(struct private_module_t* module) module->ydpi = ydpi; module->fps = fps; - char value[32]; + char value[PROPERTY_VALUE_MAX]; property_get("debug.gralloc.vsync", value, "1"); module->enableVSync = atoi(value); /* -- cgit v1.2.3