[Tizen-submit] 21552: Changes to Tizen:IVI/capi-system-info
noreply at tizen.org
noreply at tizen.org
Tue Feb 25 08:13:57 GMT 2014
Hi,
Jinkun Jang have made the following changes to capi-system-info in project Tizen:IVI. Please review and accept ASAP.
Thank You,
[This message was auto-generated]
---
Request: #21552
submit: Tizen:IVI:build/capi-system-info(cleanup) -> Tizen:IVI
Message:
Submitter: Jinkun Jang <jinkun.jang at samsung.com>
Comments: Enable build with iniparser v 3.1
Git project: platform/core/api/system-info
Tag: submit/tizen/20140225.081203
Commit: 09a0f990e9ee12b29ea256dd34c8f0380e0b47ea Enable build with iniparser v 3.1
State: new 2014-02-25T08:13:36 tizenrobot
Comment: <no comment>
changes files:
--------------
spec files:
-----------
--- capi-system-info.spec
+++ capi-system-info.spec
@@ -1,7 +1,7 @@
%bcond_with x
%bcond_with wayland
Name: capi-system-info
-VCS: platform/core/api/system-info#4c5c7dc94b75350e7ecd82c5b248e8f8ea3e6fbb
+VCS: platform/core/api/system-info#09a0f990e9ee12b29ea256dd34c8f0380e0b47ea
Version: 0.2.0
Release: 0
License: Apache-2.0
other changes:
--------------
++++++ capi-system-info-0.2.0.tar.gz
--- src/system_info_parse.c
+++ src/system_info_parse.c
@@ -51,7 +51,7 @@
return SYSTEM_INFO_ERROR_IO_ERROR;
}
- str = iniparser_getstr(ini, key);
+ str = iniparser_getstring(ini, key, NULL);
if (str == NULL) {
LOGE("NOT found %s(0x%08x)", key, SYSTEM_INFO_ERROR_IO_ERROR);
More information about the Tizen-submit
mailing list