summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--exynos4/hal/libgralloc_ump/framebuffer_device.cpp2
1 files changed, 1 insertions, 1 deletions
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);
/*