aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-12-15 21:17:55 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-12-15 21:17:55 +0000
commit34e3de8c59a4eb690cafdf4f88c884db7c4ee133 (patch)
treedb061a299606d4ca4caff0d0d1df67f553e4c281
parent088e94dee1a1d2bc5fa5ea6d02cff8edf4070d7d (diff)
parented0a9766c663bd690a4144e38283f4c2addf90b0 (diff)
downloadlibese-34e3de8c59a4eb690cafdf4f88c884db7c4ee133.tar.gz
Merge cherrypicks of [3373038, 3372799] into pi-release
Change-Id: I7868a88c73095b37de6ef4e83aa41aa247091e01
-rw-r--r--third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp b/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp
index 2a725ae..500b8fc 100644
--- a/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp
+++ b/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp
@@ -383,7 +383,7 @@ tJBL_STATUS JcopOsDwnld::GetInfo(JcopOs_ImageInfo_t* pImageInfo, tJBL_STATUS sta
#endif
{
ALOGE("Starting 3-Step update");
- memcpy(pImageInfo->fls_path, path[pImageInfo->index], sizeof(path[pImageInfo->index]));
+ memcpy(pImageInfo->fls_path, (char *)path[pImageInfo->index], sizeof(path[pImageInfo->index]));
pImageInfo->index++;
}
status = STATUS_OK;