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.2~444 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21f21e712e17dde8bbf014f78c057caa24d90de2;p=sdk%2Femulator%2Fqemu.git emulator: rename section "DEFAULT_VALUE" to "VARIABLES" Change-Id: Ib6e86086718f6ac6d64204dda7137c6c6901340d --- 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; }