From 880fe5190593b44667f09a96661601b8f73df907 Mon Sep 17 00:00:00 2001 From: "saerome.kim" Date: Fri, 21 Dec 2018 13:15:47 +0900 Subject: [PATCH] Fixed a build error due to dlog update Change-Id: I62b72982594648eaccbf24a3f131e6d62cb09b82 Signed-off-by: saerome.kim --- packaging/capi-network-smartcard.spec | 2 +- src/SEService.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/capi-network-smartcard.spec b/packaging/capi-network-smartcard.spec index 1a226ba..3e5ca25 100644 --- a/packaging/capi-network-smartcard.spec +++ b/packaging/capi-network-smartcard.spec @@ -1,6 +1,6 @@ Name: capi-network-smartcard Summary: A Smartcard library in Native API -Version: 0.0.13 +Version: 0.0.14 Release: 0 Group: Network & Connectivity/Smartcard License: Apache-2.0 diff --git a/src/SEService.cpp b/src/SEService.cpp index ce01cf7..35ba27c 100644 --- a/src/SEService.cpp +++ b/src/SEService.cpp @@ -511,7 +511,7 @@ namespace smartcard_service_api memcpy(&handle, buffer, sizeof(handle)); offset += sizeof(handle); - SECURE_LOGD("Reader [%d] : name [%s], handle [%p]", i, name, (void *)handle); + SECURE_LOGD("Reader [%zu] : name [%s], handle [%p]", i, name, (void *)handle); /* add readers */ reader = new (std::nothrow)Reader(context, name, handle); -- 2.7.4