From: SeokYeon Hwang Date: Tue, 12 May 2015 05:01:53 +0000 (+0900) Subject: emulator: rename section "DEFAULT_VALUE" to "VARIABLES" X-Git-Tag: Tizen_Studio_1.3_Release_p2.3~41^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f800b64181fa672392ee94f332843b69600268b;p=sdk%2Femulator%2Fqemu.git emulator: rename section "DEFAULT_VALUE" to "VARIABLES" Change-Id: Ib6e86086718f6ac6d64204dda7137c6c6901340d (cherry picked from commit 87160f6038ef31ec2a060a48eb9ee75163cd62bf) Signed-off-by: Sooyoung Ha --- 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; }