From 2f800b64181fa672392ee94f332843b69600268b 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 (cherry picked from commit 87160f6038ef31ec2a060a48eb9ee75163cd62bf) Signed-off-by: Sooyoung Ha --- 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 28f09e74be..638818313e 100644 --- a/tizen/src/emulator_options.c +++ b/tizen/src/emulator_options.c @@ -258,7 +258,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