projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5040aee
)
emulator: rename section "DEFAULT_VALUE" to "VARIABLES"
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 12 May 2015 05:01:53 +0000
(14:01 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Fri, 12 Jun 2015 10:05:57 +0000
(19:05 +0900)
Change-Id: Ib6e86086718f6ac6d64204dda7137c6c6901340d
(cherry picked from commit
87160f6038ef31ec2a060a48eb9ee75163cd62bf
)
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
tizen/src/emulator_options.c
patch
|
blob
|
history
diff --git
a/tizen/src/emulator_options.c
b/tizen/src/emulator_options.c
index 28f09e74be1d16cec593754a809929faae8bbdc0..638818313e71ae675cab8812cd466a0282b630d2 100644
(file)
--- 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;
}