diff options
author | wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com> | 2019-04-22 17:38:59 +0800 |
---|---|---|
committer | wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com> | 2019-04-23 19:23:14 +0800 |
commit | 95c8f8ac2526acc5f7467704532ea235532b1876 (patch) | |
tree | fe26cc3b6953f998935b878b7f9e224412ece96b /src/hs-helper.cpp | |
parent | c393aaa4ae541f1f925981a6f8ae20d46626e8b6 (diff) |
add lastmode function
Change-Id: I4b7ca96d1333d170c211b420d79ea9a4d3e1272a
Diffstat (limited to 'src/hs-helper.cpp')
-rw-r--r-- | src/hs-helper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hs-helper.cpp b/src/hs-helper.cpp index 33ab721..30b53b2 100644 --- a/src/hs-helper.cpp +++ b/src/hs-helper.cpp @@ -330,8 +330,8 @@ int readJsonFile(const char* file, struct json_object **obj) * - obj : json_object * * #### Return - * 0 : read success - * -1 : read fail + * 0 : write success + * -1 : write fail * */ int writeJsonFile(const char* file, struct json_object *obj) |