[Tizen-submit] 21511: Changes to Tizen:IVI/pkgmgr
noreply at tizen.org
noreply at tizen.org
Mon Feb 24 17:07:27 GMT 2014
Hi,
Stephane Desneux have made the following changes to pkgmgr in project Tizen:IVI. Please review and accept ASAP.
Thank You,
[This message was auto-generated]
---
Request: #21511
submit: Tizen:IVI:build/pkgmgr(cleanup) -> Tizen:IVI
Message:
Submitter: Stephane Desneux <stephane.desneux at open.eurogiciel.org>
Comments: enable build with iniparser 3.1
Git project: platform/core/appfw/slp-pkgmgr
Tag: submit/tizen/20140224.170642
Commit: 9f13493a8a45a9eb1d7ed15a5f4e5f35243e70e7 Enable build with iniparser v 3.1
State: new 2014-02-24T17:07:08 tizenrobot
Comment: <no comment>
changes files:
--------------
spec files:
-----------
--- pkgmgr.spec
+++ pkgmgr.spec
@@ -1,7 +1,7 @@
%bcond_with wayland
Name: pkgmgr
-VCS: platform/core/appfw/slp-pkgmgr#f593d01981be6752807a5db04924e282309e4677
+VCS: platform/core/appfw/slp-pkgmgr#9f13493a8a45a9eb1d7ed15a5f4e5f35243e70e7
Summary: Packager Manager client library package
Version: 0.2.89
Release: 1
other changes:
--------------
++++++ pkgmgr-0.2.89.tar.gz
--- client/src/pkgmgr.c
+++ client/src/pkgmgr.c
@@ -758,8 +758,8 @@
snprintf(type_buf, PKG_STRING_LEN_MAX - 1, "csc packages:type_%03d", cnt);
snprintf(des_buf, PKG_STRING_LEN_MAX - 1, "csc packages:description_%03d", cnt);
- pkgtype = iniparser_getstr(csc, type_buf);
- des = iniparser_getstr(csc, des_buf);
+ pkgtype = iniparser_getstring(csc, type_buf, NULL);
+ des = iniparser_getstring(csc, des_buf, NULL);
ret = 0;
if (pkgtype == NULL) {
More information about the Tizen-submit
mailing list