Replace std::atoll and atof with g_ascii_strtoll and g_ascii_strtod 31/127931/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 2 May 2017 11:31:45 +0000 (20:31 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 2 May 2017 11:31:45 +0000 (20:31 +0900)
commitc3c1f31605513b7cecfd8ecdd7c76144a70f086f
tree3a00d874426e75af7c8e076f6fabca9a78120dd9
parent6580d52d583abb0aa6081f02693f7ee4515583b1
Replace std::atoll and atof with g_ascii_strtoll and g_ascii_strtod

These glib string conversion functions are locale-independent.

Change-Id: Iaa6e4b866e2ca81662158f7bb902f4a107a4bad0
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/client/context_store.cpp