From 21f21e712e17dde8bbf014f78c057caa24d90de2 Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Tue, 12 May 2015 14:01:53 +0900 Subject: [PATCH] emulator: rename section "DEFAULT_VALUE" to "VARIABLES" Change-Id: Ib6e86086718f6ac6d64204dda7137c6c6901340d --- tizen/src/emulator_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/src/emulator_options.c b/tizen/src/emulator_options.c index 4507eb6c5d..d1f159114e 100644 --- a/tizen/src/emulator_options.c +++ b/tizen/src/emulator_options.c @@ -272,7 +272,7 @@ bool load_profile_default(const char * const conf, const char * const profile) } // detect label - if (!g_strcmp0(token, "[[DEFAULT_VALUE]]")) { + if (!g_strcmp0(token, "[[VARIABLES]]")) { classification = 0; continue; } -- 2.34.1